Which statement is true?

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

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

A.
Only valid data file copies, existing in the /disk1/backups directory, are cataloged.

B.
Only valid backup pieces and archived logs, existing in the /disk1/backups directory, are cataloged.

C.
It lists all the data file copies, backup pieces, and archived logs cataloged in the recovery catalog in the /disk1/backups directory and its subdirectories.

D.
It lists and catalogs all valid data file copies, backup pieces, and archived logs that exist in all directory paths with the prefix /disk1/backups and their subdirectories.



Leave a Reply 2

Your email address will not be published. Required fields are marked *


Flame

Flame

D

You can catalog multiple backup files in a directory at once, using the CATALOG START WITH command
RMAN lists the files to be added to the RMAN repository and prompts for confirmation before adding the backups.