Oracle Database Administration Quiz

Test your knowledge of Oracle database administration including backup and recovery, RMAN, background processes, tablespaces, instance management, and database configuration.

20 Questions Published

Questions

Question 1 Multiple Choice (Multiple Answers)

Which three are the physical structures that constiture the Oracle database ? (Choose Three)

  1. Control file
  2. Extent
  3. Segment
  4. Data file
  5. Log file
  6. Tablespace
Question 2 Multiple Choice (Multiple Answers)

You plan to take a closed database backup using operating system commands. Which three SHUTDOWN options are appropriate for this type of backup? (Choose three)

  1. ABORT
  2. NORMAL
  3. IMMEDIATE
  4. TRANSACTIONAL
Question 3 Multiple Choice (Multiple Answers)

Which three initialization parameters are no longer needed when FAST_START_MTTR_TARGET is defined? (Choose three)

  1. TARGET_REDO_BLKS
  2. FAST_START_IO_TARGET
  3. LOG_CHECKPOINT_TIMEOUT
  4. RECOVERY_ESTIMATED_IOS
  5. LOG_FILE_SIZE_REDO_BLKS
  6. LOG_CHECKPOINT_INTERVAL
Question 4 Multiple Choice (Multiple Answers)

When an oracle Instance is started, background process are started. Background processes perform which two functions ? (Choose two)

  1. Perform I/O
  2. Lock rows that are not data dictionary rows
  3. Monitor other Oracle processes
  4. Connect users to the Oracle instance
  5. Execute SQL statments issued through an application
Question 5 Multiple Choice (Multiple Answers)

Which two roles or privileges must you have to export tables owned by another user? (Choose two)

  1. CREATE USER
  2. CREATE SESSION
  3. CREATE ANY TABLE
  4. IMP_FULL_DATABASE
  5. EXP_FULL_DATABASE
Question 6 Multiple Choice (Multiple Answers)

SQL> CREATE TABLESPACE user_data EXTENT MANAGEMENT LOCAL SEGMENT SPACE MANAGEMENT AUTO; Which twp assumptions must be true for this statement to execute successfully ? (Choose two)

  1. Oracle Managed Files used for this instance.
  2. The USER_DATA tablespace in managed using FET$/UET$ tables.
  3. The COMPATIBLE intialization paramter must be 9.0.0 or higer.
  4. Space within segments is the USER_DATA tablespace is managed with freelists.
Question 7 Multiple Choice (Multiple Answers)

The database is running in NOARCHIVELOG mode. A data file is lost. Which two are valid options for recover ? (Choose two)

  1. Restore the data file and perform incomplete recovery.
  2. Restore the data file and perform point-in-time recover.
  3. Drop the tablespace and lose all data in the tablespace.
  4. Restore the database and lose all data since the last backup.
Question 8 Multiple Choice (Multiple Answers)

Which two statments regarding the control file and Recover Manager are true ? (Choose two)

  1. The control file can grow in size.
  2. The control file can store RMAN scripts.
  3. CONTROL_FILE_RECORD_KEEP_TIME determine retention time for RMAN records.
  4. The RMAN catalog can exist solely in the control file of the target database.
Question 9 Multiple Choice (Multiple Answers)

Which three attributes of the LOG_ARCHIVE_DEST_n initialization parameter control the data availability mode of a Data Guard standby database? (Choose three)

  1. SYNC or ASYNC to identify the network transmission mode.
  2. LGWR or ARCH to identify the primary database process responsible for sending redo information to the standby.
  3. AFFIRM or NOAFFIRM to control whether log archiving disk write operations are to be performed synchronously or asynchronously.
  4. PROTECTED or UNPROTECTED to control the degree of divergence and data loss at the standby database.
Question 10 Multiple Choice (Multiple Answers)

Which three features are provided by Oracle Net Services? (Choose three)

  1. Data encryption
  2. User authentication
  3. Transparent data conversion
  4. Configuration and administration mechanisms
  5. Support for multiple network transport protocols
Question 11 Multiple Choice (Single Answer)

What file will give you Oracle instance status information?

  1. alert.ora
  2. init.ora
  3. tnsname.ora
  4. redolog
Question 12 Multiple Choice (Single Answer)

An Oracle instance is executing in a nondistributed configuration. The instance fails because of an operating system failure. Which background process would perform the instance recovery when the atabase is reopened ?

  1. PMON
  2. SMON
  3. RECO
  4. ARCn
  5. CKPT
Question 13 Multiple Choice (Single Answer)

CREATE TABLESPACE user_data DATAFILE '/u01/oradata/user_data_01.dbf' SIZE 100M LOCALLY MANAGED UNIFORM SIZE 1M AUTOMATIC SEGMENT SPACE MANAGEMENT; Which part of the tablespace will be of a uniform size of 1 MB?

  1. Extent
  2. Segement
  3. Oracle block
  4. Operating system block
Question 14 Multiple Choice (Single Answer)

You need to enforce these two business rules: 1. No two rows of a table can have duplicate values in the specified column. 2. A column cannot contain null values. Which type of constraint ensure that both of the above rules are true ?

  1. Check
  2. Unique
  3. Not Null
  4. Primary Key
  5. Foreign Key
Question 15 Multiple Choice (Single Answer)

Which statement is ture regarding checkpoints and recovery ?

  1. A checkpoint defines the highest system change number (SCN)
  2. All redo entries higher or at the SCN are known to be written to the data files.
  3. Only the redo records containing SCNs higher then the checkpoint need to be applied during recovery.
  4. The LOG_CHECKPOINT_INTERVAL initialization paramter specifies the amount of time beteen incremental checkpoints.
Question 16 Multiple Choice (Single Answer)

What should you look at to compute the number of undo blocks written per second on disk ?

  1. V$UNDOSTAT
  2. V$TRANSACTION
  3. V$ROLLSTAT
  4. DBA_UNDO_EXTENTS
  5. DBA_ROLLBACK_SEGS
Question 17 Multiple Choice (Single Answer)

Which background process reads the redo log buffer and writes it to a file ?

  1. ARCn
  2. DBWn
  3. CKPT
  4. LGWR
  5. PMON
  6. SMON
Question 18 Multiple Choice (Single Answer)

In user-managed backup and recover procedure, how are data files backed up ?

  1. Using SQL commands.
  2. Using SQL*Plus Commands.
  3. Using operating system commands.
  4. Using Recover Manager commands.
Question 19 Multiple Choice (Single Answer)

Consider this RMAN command: RMAN> CONFIGURE RETENTION POLICY CLEAR; What is the effect of this command?

  1. Backups will never expire.
  2. It removes any retention policy.
  3. The DELETE OBSOLETE command will fail with an error.
  4. It sets the retention policy to the default of REDUNDANCY 1.
Question 20 Multiple Choice (Single Answer)

You have just run this syntax to start the listener from the Listener Control utility: LSNRCTL>START Starting /mstgelai/oracle/bin/tnslsnr: please wait... System parameter file is /u01/oracle/network/admin/listener.ora Log messages written to /u01/oracle/network/log/listener.log Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=stc-sun01-server)(PORT=1521))) Connecting to... The command completed successfully What is the name of the Listener you started?

  1. TNSLSNR
  2. LISTENER
  3. LOCAL_LISTENER
  4. DEFAULT_LSRN