Oracle Database 11g Certified Master Upgrade - 11gocmu Exam Practice Test

Which of the following are not fundamental tasks of the Support Workbench? (Choose all that apply.)
Correct Answer: C,D
What components are present in an ASM instance? (Choose three.)
Correct Answer: A,C,D
You want the Automatic SQL Tuning process to stop accepting and implementing the recommended SQL profiles automatically. Which action would you perform to achieve this?
Correct Answer: B
You are managing an ASM instance. You previously issued the following statements:
ALTER DISKGROUP dg1 DROP DISK disk2; ALTER DISKGROUP dg1 DROP DISK disk3; ALTER DISKGROUP dg1 DROP DISK disk5;
You want to cancel the disk drops that are pending for the DG1 disk group. Which statement should you issue?
Correct Answer: C
When running the tablespace point-in-time command
recover tablespace users
until time '10/06/2008:22:42:00'
auxiliary destination 'c:\oracle\auxiliary';
you receive the following error:
RMAN-00571:
===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS
===============
RMAN-00571:
===========================================================
RMAN-03002: failure of recover command at 10/08/2008 16:00:30
RMAN-20202: Tablespace not found in the recovery catalog
RMAN-06019: could not translate tablespace name "USERS"
What is the likely cause of the error?
Correct Answer: E
Which two statements regarding a SQL profile are true? (Choose two.)
Correct Answer: C,D
You need to restore your database back to 9/30/2008 at 18:00. In what order would you run the following commands to compete this task?
a.restore controlfile until time '09/30/2008:18:00:00';
b.restore database until time '09/30/2008:18:00:00';
c.restore spfile until time '09/30/2008:18:00:00';;
d.recover database until time '09/30/2008:18:00:00';
e.alter database open resetlogs;
f.alter database open;
Correct Answer: D
While querying the EMPLOYEES table, you receive an ORA-01578 message indicating block corruption in File# 1201 and Block# 1968. You analyze the table and the corruption is verified. Which RMAN command do you use to perform BMR and repair the corrupt block?
Correct Answer: A,D
Every resource plan must contain an allocation to which consumer group?
Correct Answer: A
Which dynamic view displays the status of block-change tracking?
Correct Answer: C
You have three temporary tablespace groups named G1, G2, and G3 in your database.
You are creating a new temporary tablespace as follows:
CREATE TEMPORARY TABLESPACE TEMP1 TEMPFILE '/u1/data/temp1.dbf' SIZE 10M
TABLESPACE GROUP '';
Which statement regarding the above command is correct?
Correct Answer: D
Which of the following best describes a full backup?
Correct Answer: C
True or false: RMAN offers the equivalent of the SQL command alter database backup controlfile to trace.
Correct Answer: A