Data Guard: Replication on standby is not working.
862878Dec 9 2011 — edited Dec 13 2011Experts,
I've executed below command on standby database :
ALTER DATABASE RECOVER MANAGED STANDBY DATABASE FINISH;
I thought this command would bring all recent changes immediately. However after executing this statement, replication is not happening. I mean if I update something on primary , it's not getting replicated on standby db.
Later I realized this command is for switching standby to primary.
How to roll back the above change on standby ?
Thanks