You are administering a multitenant container database (CDB) that contains multiple pluggable databases (PDBs). RMAN is connected to CDB$ROOT.
Examine the command:
RMAN> LIST FAILURE;
Which statement is true about this command?
A.
It lists failures only for the CDB root database.
B.
It lists failures for a PDB only when RMAN is connected to a recovery catalog.
C.
It lists failures for the CDB and all the PDBs in this CDB.
D.
It lists failures only if RMAN is connected to a PDB.
C
Diagnosing and Repairing Failures in CDBs
You can use the Data Recovery Advisor to automatically diagnose data failures, determine appropriate repair options, and execute repairs in a CDB. The steps used for a CDB are similar to the ones that you would use for a non-CDB. The only difference is that, for a CDB, you connect to the root and then use the steps described in this chapter to perform repair actions.
You cannot diagnose data failures and execute repairs for individual PDBs in a CDB
C
C