Choose a topic to test your knowledge and improve your Oracle DB skills
DCL Provides Commands To Perform Actions Like ______
To obtain the structure of an Oracle table, the command to use is:
Database management systems are intended to _______
Database management systems are intended to _________
The Oracle environment of database is called as _______
Collection of information stored in database at particular instance of time is called as _______
Oracle database’s design is also called as______
Map entities, attributes and relations in Oracle is represented by______
A ______ is used to logically group data together
A _____ is a set of tables physically stored together as one table that shares a common column
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?
What type of failure occurs when Oracle fails due to an operating system or computer hardware failure?
Which statement about sequences is not true?
Which prefixes are available to Oracle triggers?
In creating a procedure, you may get a message if you have compile errors. Which of the following is true?
Which of the following is not true about indexes?
Which of the following is not true of SQL views?
SQL*Plus will finish the statement and execute it when the user types in this:
Which of the following is NOT an Oracle-supported trigger?
After a table has been created, its structure can be modified using the SQL command:
Which of the following is not true about modifying table columns?
Of the three ways to create an Oracle database, which one is the easiest and most recommended?
What Oracle backup and recover file contains user and system data?
When using SQL*Plus, Oracle commands, column names, table names and all other database elements:
Which SQL phrase is not supported by Oracle?
What is the type of Oracle backup in which all uncommitted changes have been removed from the datafiles?
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?
The default extension for an Oracle SQL*Plus file is:
An Oracle System Change Number (SCN):
To see the contents of the SQL*Plus buffer, type:
Oracle database is a ?
How many editions of the Oracle database there?
A __________ is a single field or combination of fields that contains a unique record.
Which statement is used to create a table from an existing table by copying the columns of existing table?
A ________ is created by a query joining one or more tables.
Which query is used to add, modify, delete or drop colums of a table?
Which clause is used to remove the duplicate records from the result set?
How many CREATE TRIGGER statements are there?
view is a virtual table that does not physically exist.
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.)
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.)
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?
Which step do you need to perform to enable a user with the SYSDBA privilege to log in as SYSDBA in iSQL*Plus?
Which two statements regarding the LOGGING clause of the CREATE TABLESPACE. .. statement are correct? (Choose two.)
Which two statements are true about the primary key constraint in a table? (Choose two.)
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?
Which three statements are true regarding the logical structure of the Oracle database? (Choose three.)
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?
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?
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?
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?
Which three statements are true regarding the fine-grained auditing (FGA)? (Choose three.)