Oracle Database 12c: Advanced Administration — Question 6
Which three requirements should be successfully met by an Oracle Secure Backup (OSB) user so that OSB performs RMAN backup or restore requests?
Answer options
- A. RMAN preauthorization on the host
- B. OSB encryption for data in transport and on tape
- C. matching the OS user identity of the Oracle instance associated with the database username
- D. assigned to a class with rights to back up or restore Oracle database
- E. scheduling of the RMAN backup to occur automatically at user-defined intervals
- F. assigned to a class with rights to browse all directories and catalogs
Correct answer: A, D, F
Explanation
The correct options A, D, and F are critical for ensuring that an OSB user has the necessary permissions and authorizations to perform RMAN operations. Option B, while important for security, does not directly impact the ability to execute backup or restore requests. Option C is incorrect because the OS user identity does not need to match the database username for RMAN operations to occur, and option E is irrelevant to the immediate requirements for executing requests.