Oracle Database 12c: Advanced Administration — Question 128

You are connected to a recovery catalog and target database. You execute the command:
RMAN> CATALOG START WITH /disk1/backups;
Which statement is true?

Answer options

Correct answer: D

Explanation

The correct answer is D because the command catalogs all valid data file copies, backup pieces, and archived logs from any subdirectory under the specified path. Options A and B are incorrect as they limit the cataloging to only certain types of files, while option C does not specify the requirement for valid files.