nerdexam
Oracle

1Z0-063 · Question #197

RMAN is connected to a target database instance and an auxiliary instance. You execute the command: What is the outcome?

The correct answer is C. RMAN uses the pull method to restore files using backup sets. When RMAN performs active database duplication using backup sets, a connection is established with the source database and the auxiliary database. The auxiliary database then connects to the source database through Oracle Net Services and retrieves the required database files…

Using RMAN for Backup and Recovery

Question

RMAN is connected to a target database instance and an auxiliary instance. You execute the command: What is the outcome?

Options

  • ARMAN uses the push method to transfer image copies.
  • BRMAN uses the push method to transfer backup sets.
  • CRMAN uses the pull method to restore files using backup sets.
  • DRMAN uses the pull method to restore files using image copies.

How the community answered

(33 responses)
  • A
    9% (3)
  • B
    3% (1)
  • C
    85% (28)
  • D
    3% (1)

Explanation

When RMAN performs active database duplication using backup sets, a connection is established with the source database and the auxiliary database. The auxiliary database then connects to the source database through Oracle Net Services and retrieves the required database files from the source database. This method of active database duplication is also to as the pull-based method. DUPLICATE TARGET DATABASE TO dupdb FROM ACTIVE DATABASE NOFILENAMECHECK; Incorrect Answers: A, B, D: When active database duplication is performed using image copies, after RMAN establishes a connection with the source database, the source database transfers the required database files to the auxiliary database. Using image copies may require additional resources on the source database. This method is referred to as the push-based method of active database

Topics

#RMAN duplicate#push method#pull method#backup sets

Community Discussion

No community discussion yet for this question.

Full 1Z0-063 Practice