Oracle Database 12c: Advanced Administration — Question 7

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?

Answer options

Correct answer: A

Explanation

The correct answer is A because the 'LIST FAILURE' command, when executed while connected to CDB$ROOT, only reports failures related to the root database itself. The other options are incorrect as they misstate the command's scope and connection requirements.