Which two are true about offloading backups to a physical standby database in a Data Guard environment?
A.
The standby database must be registered in an RMAN catalog after the primary database has been registered.
B.
The standby database cannot be registered in an RMAN catalog if the primary database has not been registered.
C.
Backups of the standby control file taken while connected to the catalog where the database is registered, may be used to restore the control file on the primary database.
D.
The standby database must be registered in an RMAN catalog before the primary database has been registered.
Suggested Answer:BC🗳️
Only the primary database must be explicitly registered using the REGISTER DATABASE command. You do this after connecting RMAN to the recovery catalog and primary database as TARGET. References: https://docs.oracle.com/database/121/SBYDB/rman.htm#SBYDB4851
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.
JESUSBB
1 year, 9 months ago