Database Reference
In-Depth Information
Review Questions
1. True or false: RMAN supports duplication of only the entire CDB to another CDB.
A. True
B. False
2. Which command is used to begin a tablespace point-in-time recovery?
A. RESTORE TABLESPACE
B. RECOVER TABLESPACE
C. TABLESPACE RECOVER
D. RECOVER TO TIME
E. RECOVER DATAFILE
3. When you're performing active database duplication, a backup of what kind is required?
A. A current RMAN backup-set backup is required.
B. No backup is required.
C. An RMAN image backup is required.
D. A manual backup is required.
E. A duplicate preparatory backup is required.
4. Which of the following commands will perform an active database duplication of the
ORCL database to the ORCL2 database?
A.
Set oracle_sid=orcl
rman target=sys/robert auxname=sys/Robert@orcl2
create duplicate target database to neworcl from
active database nofilenamecheck
spfile set control_files 'c:\oracle\oradata\neworcl\control01.ctl',
'c:\oracle\oradata\neworcl\control02.ctl'
set db_file_name_convert
'c:\oracle\oradata\orcl','c:\oracle\oradata\neworcl'
set log_file_name_convert
'c:\oracle\oradata\orcl','c:\oracle\oradata\neworcl';
B.
Set oracle_sid=orcl
rman target=sys/robert auxname=sys/Robert@orcl2
Search WWH ::




Custom Search