``` Two key modernization decisions were made: ```text Q1 changed from radio to checkbox because both SYSDBA and SYSBACKUP are valid modern RMAN target/auxiliary privileges. Q2 correct answer changed to A because TARGET connects to the target database, not the recovery catalog. ``` The presentation templates we built can use this data layer without structural changes because they already support both `radio` and `checkbox` question types. [1]: https://docs.oracle.com/en/database/oracle/oracle-database/21/rcmrf/connectStringSpec.html?utm_source=chatgpt.com "connectStringSpec" Recovery Manager Catalog [Oracle] - Quiz

Catalog Maintenance   «Prev  Next»

Recovery Manager Catalog - Quiz

Each question is worth one point. Select the best answer or answers for each question.

1. To connect RMAN to a target or auxiliary database, which administrative privilege or privileges can be used?
Please select all the correct answers.
A.
B.
C.
D.

2. Assuming BACKUP_USER has the appropriate RMAN target database privileges, what does the command RMAN TARGET BACKUP_USER/password@PROD do?
Please select the best answer.
A.
B.
C.
D.

3. Assuming the RMAN catalog user has catalog privileges and the operating-system user can authenticate to the local target database, what is true about the following RMAN startup sequence?

C:\> SET ORACLE_SID=MYDB
C:\> RMAN CATALOG RMAN/RMAN@RCVCAT
RMAN> CONNECT TARGET /
Please select the best answer.
A.
B.
C.
D.