exam questions

Exam 1z0-063 All Questions

View all questions & answers for the 1z0-063 exam

Exam 1z0-063 topic 1 question 187 discussion

Actual exam question from Oracle's 1z0-063
Question #: 187
Topic #: 1
[All 1z0-063 Questions]

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 data file copies, backup pieces, and achieved 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
Show Suggested Answer Hide Answer
Suggested Answer: D 🗳️
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/';
References:
https://docs.oracle.com/database/121/BRADV/rcmcatdb.htm

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
NorthKorean
5 years, 2 months ago
and their subdirectories.
upvoted 2 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...