How to Failover if Standby is in READ-ONLY mode
Put physical standby database in READONLY mode, and then shutdown ABORT the primary to simulate the Disaster at primary site.
I tried to failover to standby but received the following error:
DGMGRL> edit database 'pr_ruby' set state='ONLINE';
Error: ORA-16625: cannot reach the database
Is it not possible to do failover in case Physical standby is in READ-ONLY mode ? do it need to do it manually in this case?