nerdexam
Oracle

1Z0-083 · Question #52

Which four are true about duplicating a database using Recovery Manager (RMAN)? (Choose four.)

The correct answer is A. Duplication can be done by having the auxiliary database instance pull backup sets from the B. A connection to an auxiliary instance is always required. C. A subset of the target database can be duplicated. G. Duplication can be done by having the target database instance push copies to the auxiliary. A duplicate database is a copy of your target database. With the FOR STANDBY clause, it keeps the same unique database identifier(DBID); If FOR STANDBY not specified it creates a new The duplicate database can include the same content or only a subset from the source database…

Perform Advanced RMAN Concepts

Question

Which four are true about duplicating a database using Recovery Manager (RMAN)? (Choose four.)

Options

  • ADuplication can be done by having the auxiliary database instance pull backup sets from the
  • BA connection to an auxiliary instance is always required.
  • CA subset of the target database can be duplicated.
  • DA new DBID is always created for the duplicated database.
  • EA connection to the recovery catalog instance is always required.
  • FA backup of the target database is always required.
  • GDuplication can be done by having the target database instance push copies to the auxiliary
  • HA connection to the target database instance is always required.

How the community answered

(50 responses)
  • A
    72% (36)
  • D
    4% (2)
  • E
    14% (7)
  • F
    2% (1)
  • H
    8% (4)

Explanation

A duplicate database is a copy of your target database. With the FOR STANDBY clause, it keeps the same unique database identifier(DBID); If FOR STANDBY not specified it creates a new The duplicate database can include the same content or only a subset from the source database. It can be in the same host or a separate host. The principal work of the duplication is performed by the auxiliary channels.These channels correspond to a server session on the auxiliary instance on the destination host for backup based For active database duplication the target channels perform the work of pushing data file copies to the auxiliary instance (if number of allocated target channels is greater than the number of allocated auxiliary channels).

Topics

#RMAN duplicate#auxiliary instance#database duplication#DBID

Community Discussion

No community discussion yet for this question.

Full 1Z0-083 Practice