1Z0-063 · Question #184
Your database is running on the host OUSERVER. You back up your database regularly using RMAN and the backups are cataloged in a recovery catalog. For testing purposes, you want to replicate your…
The correct answer is A. Restore the control file from the backup by using the CATALOG option, restore the data files by. Catalog any backups not recorded in the repository with the CATALOG command. Restore the data files to their original locations. If volume names have changed, then run SET NEWNAME commands before the restore operation and perform a switch after the restore operation to update…
Question
Options
- ARestore the control file from the backup by using the CATALOG option, restore the data files by
- BRestore the data files by using the NOCATALOG option and use the SET NEWNAME command to
- CRestore the control file from the backup by using the NOCATALOG option, and then restore and
- DRestore the data files from the backup by using the recovery catalog, use the SWITCH command
How the community answered
(29 responses)- A69% (20)
- B17% (5)
- C3% (1)
- D10% (3)
Explanation
Catalog any backups not recorded in the repository with the CATALOG command. Restore the data files to their original locations. If volume names have changed, then run SET NEWNAME commands before the restore operation and perform a switch after the restore operation to update the control file with the new locations for the data files, as shown in the following example. Note: One way to name duplicate data files is to use the SET NEWNAME command before executing the DUPLICATE command. RMAN supports the following commands, listed in order of 1. SET NEWNAME FOR DATAFILE and SET NEWNAME FOR TEMPFILE 2. SET NEWNAME FOR TABLESPACE 3. SET NEWNAME FOR DATABASE
Topics
Community Discussion
No community discussion yet for this question.