nerdexam
Oracle

1Z0-063 · Question #192

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

The correct answer is D. It lists and catalogs all valid data file copies, backup pieces, and archived logs that exist in all. If you have data file copies, backup pieces, or archived logs on disk, then you can catalog them in the recovery catalog with the CATALOG command. The following command catalogs all files in all of these directories, because /disk1/backups is a prefix for the paths for all of…

Managing Objects with Data Dictionary Views

Question

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

Options

  • AOnly valid data file copies, existing in the /disk1/backups directory, are cataloged.
  • BOnly valid backup pieces and archived logs, existing in the /disk1/backups directory, are cataloged.
  • CIt lists all data file copies, backup pieces, and achieved logs cataloged in the recovery catalog in
  • DIt lists and catalogs all valid data file copies, backup pieces, and archived logs that exist in all

How the community answered

(27 responses)
  • A
    7% (2)
  • B
    11% (3)
  • C
    4% (1)
  • D
    78% (21)

Explanation

If you have data file copies, backup pieces, or archived logs on disk, then you can catalog them in the recovery catalog with the CATALOG command. The following command catalogs all files in all of these directories, because /disk1/backups is a prefix for the paths for all of these directories: CATALOG START WITH '/disk1/backups'; To catalog only backups in the /disk1/backups directory, the correct command is as follows: CATALOG START WITH '/disk1/backups/';

Topics

#RMAN CATALOG START WITH#backup pieces#archived logs#recovery catalog

Community Discussion

No community discussion yet for this question.

Full 1Z0-063 Practice