Oracle Database Administration II — Question 128
Which three are true about using an RMAN Recovery Catalog with a pluggable database (PDB) target connection in Oracle Database 19c and later releases?
(Choose three.)
Answer options
- A. The base catalog owner must give the Virtual Private Catalog access to metadata for one or more PDBs.
- B. The base catalog must be enabled for Virtual Private Catalog use.
- C. The target PDB must be registered in a base catalog.
- D. The base catalog must be used by RMAN when performing point-in-time recovery for the PDB registered in the Virtual Private Catalog.
- E. The target PDB must be registered in a Virtual Private Catalog.
- F. The target PDB must be registered in both the base catalog and the Virtual Private Catalog.
Correct answer: A, C, E
Explanation
The correct answers are A, C, and E because they accurately describe the requirements for using an RMAN Recovery Catalog with PDBs. Option A highlights the need for metadata access, C states that the PDB must be registered in the base catalog, and E indicates that it should also be in the Virtual Private Catalog. Options B, D, and F either misrepresent the requirements or combine dependencies that are not necessary.