1.
Online index rebuild functionality has been extended to include which four index structures? (Choose four)
2.
Consider this syntax:
MERGE INTO t1
USING t2 ON (join predicate).....
What does the MERGE syntax do?
3.
Examine the statement:
DROP TABLESPACE IND2
INCLUDING CONTENTS
AND DATAFILES;
What is the result of the statement?
4.
A bitmap join index is defined as __________.
5.
Oracle9i offers the ability to monitor the dynamic use of the SGA through the DB_CACHE_ADVICE parameter.
When this parameter is set to READY, what is its effect?
6.
Examine the following parameter settings from an initialization (init.ora) file:
DB_CREATE_FILE_DEST ='/u01/oradata/'
DB_CREATE_ONLINE_LOG_DEST_1 ='/u02/oradata/'
DB_CREATE_ONLINE_LOG_DEST_2 ='/u03/oradata/'
If you create an Oracle Managed Files (OMF) database using these settings, what is the result?

 
7.
Which four are true regarding the Workspace Manager in Oracle9i? (Choose four)
8.
To increase the availability of an Advanced Replication environment, you can add a new master to a replication
group without quiescing the group. This is achieved ___________.
9.
In user-managed backup and recover procedures, how are data files backed up?
10.
Which statement is true regarding checkpoints and recovery?