Which two are true about rolling release upgrades in a Data Guard environment? (Choose two.)
D: Performing a Rolling Upgrade With an Existing Physical Standby Database
Step 1 Prepare the primary database for a rolling upgrade (perform these steps on Database A)
Step 2 Convert the physical standby database into a logical standby database (perform these steps on Database B)
Includes:
issue the following command:
SQL> ALTER DATABASE RECOVER TO LOGICAL STANDBY KEEP IDENTITY;
SQL> ALTER DATABASE OPEN;
References:
https://docs.oracle.com/database/121/SBYDB/rollup.htm#SBYDB4884
Currently there are no comments in this discussion, be the first to comment!