Data Guard Broker - Shutdown Databases
Dears,
I have a data guard setup between Primary and secondary. And I have a data guard broker enabled and the configuration
shows success. I can switchover between primary and secondary using dgmgrl very easily.
My question : If I switchover from primary to secondary so the standby becomes Primary as new Role.
, and the old primary is now physical standby.
So if I shutdown immediate both databases and restart them. On the new standby database:
- SQL> Startup nomount
- SQL> Alter database mount standby database
My Question : Do I need to run SQL > ALTER DATABASE RECOVER MANAGED STANDBY DATABASE DISCONNECT FROM SESSION?