Oracle DB MCQ Quiz Hub

Oracle DB Mcq Question Set 4

Choose a topic to test your knowledge and improve your Oracle DB skills

DCL Provides Commands To Perform Actions Like ______





✅ Correct Answer: 3

To obtain the structure of an Oracle table, the command to use is:





✅ Correct Answer: 2

Database management systems are intended to _______





✅ Correct Answer: 4

Database management systems are intended to _________





✅ Correct Answer: 4

The Oracle environment of database is called as _______





✅ Correct Answer: 2

Collection of information stored in database at particular instance of time is called as _______





✅ Correct Answer: 1

Oracle database’s design is also called as______





✅ Correct Answer: 3

Map entities, attributes and relations in Oracle is represented by______





✅ Correct Answer: 2

A ______ is used to logically group data together





✅ Correct Answer: 2

A _____ is a set of tables physically stored together as one table that shares a common column





✅ Correct Answer: 4

Examine the following settings for the initialization parameters: MEMORY_MAX_TARGET=0 MEMORY_TARGET=500M SGA_TARGET=300M PGA_AGGREGATE_TARGET=70M Which statement is true about the memory management for the newly started database instance?





✅ Correct Answer: 2

What type of failure occurs when Oracle fails due to an operating system or computer hardware failure?





✅ Correct Answer: 2

Which statement about sequences is not true?





✅ Correct Answer: 4

Which prefixes are available to Oracle triggers?





✅ Correct Answer: 3

In creating a procedure, you may get a message if you have compile errors. Which of the following is true?





✅ Correct Answer: 3

Which of the following is not true about indexes?





✅ Correct Answer: 4

Which of the following is not true of SQL views?





✅ Correct Answer: 1

SQL*Plus will finish the statement and execute it when the user types in this:





✅ Correct Answer: 3

Which of the following is NOT an Oracle-supported trigger?





✅ Correct Answer: 2

After a table has been created, its structure can be modified using the SQL command:





✅ Correct Answer: 3

Which of the following is not true about modifying table columns?





✅ Correct Answer: 3

Of the three ways to create an Oracle database, which one is the easiest and most recommended?





✅ Correct Answer: 1

What Oracle backup and recover file contains user and system data?





✅ Correct Answer: 2

When using SQL*Plus, Oracle commands, column names, table names and all other database elements:





✅ Correct Answer: 1

Which SQL phrase is not supported by Oracle?





✅ Correct Answer: 2

What is the type of Oracle backup in which all uncommitted changes have been removed from the datafiles?





✅ Correct Answer: 2

You have linked SQL*Plus to an external text editor. To invoke the text editor for use within SQL*Plus, which command do you use?





✅ Correct Answer: 4

The default extension for an Oracle SQL*Plus file is:





✅ Correct Answer: 4

An Oracle System Change Number (SCN):





✅ Correct Answer: 4

To see the contents of the SQL*Plus buffer, type:





✅ Correct Answer: 4

Oracle database is a ?





✅ Correct Answer: 4

How many editions of the Oracle database there?





✅ Correct Answer: 3

A __________ is a single field or combination of fields that contains a unique record.





✅ Correct Answer: 2

Which statement is used to create a table from an existing table by copying the columns of existing table?





✅ Correct Answer: 1

A ________ is created by a query joining one or more tables.





✅ Correct Answer: 4

Which query is used to add, modify, delete or drop colums of a table?





✅ Correct Answer: 2

Which clause is used to remove the duplicate records from the result set?





✅ Correct Answer: 4

How many CREATE TRIGGER statements are there?





✅ Correct Answer: 3

view is a virtual table that does not physically exist.





✅ Correct Answer: 1

In your Oracle 10g database , you have scheduled a job to update the optimizer statistics at 05:00 pm every Friday. The job has successfully completed. Which three pieces of information would you check to confirm that the statistics have been collected? (Choose three.)





✅ Correct Answer: 1

You are in the middle of a transaction and very crucial data has been modified. Because of a hardware failure, the instance has shut down before synchronizing all the database files. Which two statements are true? (Choose two.)





✅ Correct Answer: 1

You are using the backup scheduler in Enterprise Manager (EM) to schedule a backup of your database. Which type of script does the backup scheduler generate?





✅ Correct Answer: 4

Which step do you need to perform to enable a user with the SYSDBA privilege to log in as SYSDBA in iSQL*Plus?





✅ Correct Answer: 4

Which two statements regarding the LOGGING clause of the CREATE TABLESPACE. .. statement are correct? (Choose two.)





✅ Correct Answer: 4

Which two statements are true about the primary key constraint in a table? (Choose two.)





✅ Correct Answer: 4

You want the user APP_DBA to administer the Oracle database from a remote machine. APP_DBA is granted the SYSDBA privilege to perform administrative tasks on the database. Which file is used by the Oracle database server to authenticate APP_DBA?





✅ Correct Answer: 2

Which three statements are true regarding the logical structure of the Oracle database? (Choose three.)





✅ Correct Answer: 3

Which is the memory area that is created when a dedicated server process is started, and contains data and control information for that server process?





✅ Correct Answer: 2

You find that the database performance degrades while you backup the PROD database using Recovery Manager (RMAN). The PROD database is running in shared server mode. The database instance is currently using 60% of total operating system memory. You suspect the shared pool fragmentation to be the reason. Which action would you consider to overcome the performance degradation?





✅ Correct Answer: 4

You execute the following command to audit the database activities: SQL> AUDIT DROP ANY TABLE BY scott BY SESSION WHENEVER SUCCESSFUL; What is the effect of this command?





✅ Correct Answer: 1

The SAVE_AMT column in the ACCOUNTS table contains the balance details of customers in a bank. As part of the year-end tax and interest calculation process, all the rows in the table need to be accessed. The bank authorities want to track access to the rows containing balance amounts exceeding $200,000, and then send an alert message to the administrator. Which method would you suggest to the bank for achieving this task?





✅ Correct Answer: 2

Which three statements are true regarding the fine-grained auditing (FGA)? (Choose three.)





✅ Correct Answer: 4