Which three of these steps must be performed on the pri…

You must use a physical standby database file to recover a data file on a primary database in a Data Guard environment.
Which three of these steps must be performed on the primary database after the file has been backed up using RMAN on the physical standby database?

You must use a physical standby database file to recover a data file on a primary database in a Data Guard environment.
Which three of these steps must be performed on the primary database after the file has been backed up using RMAN on the physical standby database?

A.
Connect to the primary database as the AUXILIARY.

B.
Catalog the data file copy for RMAN to use on the primary database for restore.

C.
Back up the data file as copy on the standby host to a location on the standby host.

D.
Switch to the data file copy using the RMAN SWITCH command.

E.
Back up the data file as copy on the standby host to a location on the primary host

F.
Connect to the primary database as the TARGET.



Leave a Reply 3

Your email address will not be published. Required fields are marked *


Wim J

Wim J

Incorrect, from the Oracle Data Guard 11g Administration Student Guide (pgs14-21,14-22)

connect to standby as target and connect to primary as auxiliary
backup as copy datafile…. to a location on the primary

connect to primary as target
catalog the file copy
set newname & switch

C incorrect
A&E are correct, but already executed as described in the question.

so F-B-D

raj

raj

FBD is correct option.

JorgeZG

JorgeZG

I think is B,D and E