Oracle Database 12c: Advanced Administration — Question 126
Identify three reasons for using a recovery catalog with Recovery Manager (RMAN).
Answer options
- A. to store backup information of multiple databases in one place
- B. to restrict the amount of space that is used by backups
- C. to maintain a backup for an indefinite period of time by using the KEEP FOREVER clause
- D. to store RMAN scripts that are available to any RMAN client that can connect to target databasesregistered in the recovery catalog
- E. to automatically delete obsolete backups after a specified period of time
Correct answer: A, C, D
Explanation
The correct answers are A, C, and D because they highlight the primary advantages of using a recovery catalog, such as centralized backup information, indefinite backup retention, and script storage. Option B is incorrect as the recovery catalog does not limit backup space, and option E is inaccurate since automatic deletion of obsolete backups is managed by RMAN without requiring a recovery catalog.