Want to pass your Oracle Database 12c: Advanced Administration 1Z0-063 exam in the very first attempt? Try Pass2lead! It is equally effective for both starters and IT professionals.
VCE
Which two operations are NOT performed by the DUPLICATE command in RMAN while duplicating a database that is open? (Choose two.)
A. creating a control file for the duplicate database
B. restoring target data files to the duplicate database
C. performing complete recovery by using all available backups
D. generating a new, unique database identifier (DBID) for the duplicate database
E. copying online redo log files from the target database to the duplicate database
A database instance uses an SPFILE. Examine the parameter: You plan to multiplex the control file to a new location, /u01/app/oracle/oradata/cdb1/disk3/control03.ctl/.

Examine the possible steps that are in random order:
1. Shut down the database instance.
2.Issue ALTER SYSTEM SET CONTROL_FILES= `/u01/app/oracle/oradata/cdb1/disk1/control01.ctl,/u01/
app/oracle/oradata/cdb1/disk2/control02.ctl, /u01/app/oracle/oradata/cdb1/disk3/ control03.ctl'
SCOPE=SPFILE;.
3.
Issue ALTER SYSTEM SET CONTROL_FILES=
`/u01/app/oracle/oradata/cdb1/disk1/control01.ctl,/u01/app/oracle/oradata/cdb1/disk2/control02.ctl, /u01/
app/oracle/oradata/cdb1/disk3/control03.ctl';.
4.
Copy the control file from the existing location to `/u01/app/oracle/oradata/cdb1/disk3/control03.ctl'.
5.
Mount the database.
6.
Open the database.
Identify the required steps in the correct order to accomplish the task.
A. 3, 4
B. 2, 6
C. 3, 1, 4, 6
D. 1, 5, 2, 4, 6
E. 2, 1, 4, 6
Examine the resources consumed by a database instance whose current Resource Manager plan is
displayed.
SQL> SELECT name, active_sessions, queue_length,
consumed_cpu_time, cpu_waits, cpu_wait_time
FROM v$rsrc_consumer_group;

Which two statements are true? (Choose two.)
A. An attempt to start a new session by a user belonging to DSS_QUERIES fails with an error.
B. An attempt to start a new session by a user belonging to OTHE_GROUPS fails with an error.
C. The CPU_WAIT_TIME column indicates the total time that sessions in the consumer group waited for the CPU due to resource management.
D. The CPU_WAIT_TIME column indicates the total time that sessions in the consumer group waited for the CPU due to I/O waits and latch or enqueue contention.
E. A user belonging to the DSS__QUERIES resource consumer group can create a new session but the session will be queued.