exam questions

Exam 1z0-053 All Questions

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

Exam 1z0-053 topic 8 question 6 discussion

Actual exam question from Oracle's 1z0-053
Question #: 6
Topic #: 8
[All 1z0-053 Questions]

You are managing the APPPROD database as a DBA which is not using the Oracle-managed files. You plan to duplicate this database in the same system with the name DUPDB.You want to create the same directory structure for duplicate database files as of the target database.
You executed the following RMAN commands:
RMAN> CONNECT TARGET sys/sys@APPPROD
RMAN> CONNECT AUXILIARY sys/sys@DUPDB

RMAN> DUPLICATE TARGET DATABASE -

TO dupdb -

FROM ACTIVE DATABASE -

PASSWORD FILE -

SPILE -
NOFILENAMECHECK;
What are the implications of this command?

  • A. It creates database files for the duplicate database under the Oracle base with a different directory for the duplicate database.
  • B. It overwrites data files of the target database because a different location for data files is not mentioned for the duplicate database.
  • C. It creates database files for the duplicate database under the same Oracle home as that of the target database with the same directory structure.
  • D. It creates database files for the duplicate database under the same Oracle home as that of the target but with a different directory for the duplicate database.
Show Suggested Answer Hide Answer
Suggested Answer: B 🗳️

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
Currently there are no comments in this discussion, be the first to comment!
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 ...