RelationalDBDesign
SiteMap
Recovery Methods
Oracle Recovery
Database Backup
Catalog Maintenance
«Prev
Next»
Database Backup
Export-Import Utilities
Export Import Utility
Running Oracle Export
Complete Export Backup
Create Incremental Backups
Direct Path Method Export
Recover DB Objects
Export Import Utilities
Data Backup Recovery
Recovery Manager
RMAN Basic Components
RMAN Preparation
Oracle Backup Manager
Oracle Backup Sets
RMAN Image Copy
Recovery Catalog Role
Create Recovery Catalog
Recovery Man Conclusion
Recovery Catalog Maintenance
Starting RMAN Recovery
RMAN without Recovery Catalog
RMAN reset Database
Resynchronize DB with RMAN
Resynchronization Situation Occurrences
Change Command Alter
Delete Validate Commands
RMAN Operations
Recovery Catalog Functions
Oracle Recovery Catalog
Oracle Recovery Backup
Oracle Report Command
Oracle List Command
Create Rman Scripts
Run Command Execute Scripts
Recovery Catalog Data Dictionary Views
Oracle MaintenanceActivities Conclusion
Managing File Copies
Database Backup Types
Backup format Types
Channel Use Backup Operations
Using Backup Command
Creating Image Copies
Parallelize Creation Image Copies
OS Image Copies
Backup Image Sets
Creating Backup Sets
Oracle Backup Sets
Backup Set Syntax
Multiplexing Backup Sets
Parallelization Backup Sets
Data File BackupSets
Archive Log BackupSet
CreatingManaging BackupSets Conclusion
Recovery Catalog Maintenance - Quiz
Each question is worth one point. Select the best answer or answers for each question.
1.
Using the following RMAN startup command, which statements are true?
SET ORACLE_SID=PROD RMAN TARGET / CATALOG RMAN/RMAN@RCVCAT LOG rman_maintenance.log APPEND
Please select all the correct answers.
A.
The target database is local.
B.
The recovery catalog is accessed through the RCVCAT Oracle Net service name.
C.
The RMAN commands and output will appear only on your screen.
D.
The RMAN output will be appended to the specified RMAN log file.
2.
You have manually deleted the data file copy d:\backup\devorc1.dbf from your backup staging area. Which RMAN CHANGE command should you run so the RMAN repository no longer treats that copy as available?
Please select the best answer.
A.
CHANGE DATAFILECOPY 'd:\backup\devorc1.dbf' UNCATALOG;
B.
CHANGE DATAFILECOPY 'd:\backup\devorc1.dbf' AVAILABLE;
C.
CHANGE DATAFILECOPY 'd:\backup\devorc1.dbf' DELETE;
D.
CHANGE DATAFILECOPY 'd:\backup\devorc1.dbf' VALIDATE;
3.
What is the purpose of the RESYNC CATALOG command in RMAN?
Please select the best answer.
A.
To create a new recovery catalog schema
B.
To synchronize the recovery catalog with the target database control file
C.
To delete obsolete backups from the recovery catalog
D.
To validate all backups stored in the recovery catalog
4.
Which of the following are recommended practices for recovery catalog maintenance?
Please select all the correct answers.
A.
Regularly run CROSSCHECK to identify expired or missing backups
B.
Periodically run DELETE OBSOLETE to remove backups that are no longer needed under the retention policy
C.
Back up the recovery catalog regularly (it is a database itself)
D.
Never use the same recovery catalog for multiple databases