Check status of sync to standby
790792May 23 2011 — edited May 24 2011Hi Guys
Whats the best way to check that your standby DB is in sync with the Primary ?
select current_scn from v$database;
Then compare the SCN numbers and ensure they are the same ?
Also archive logs need to be confirmed that they are being SHIPPED and APPLIED on standby ?
Is that enough to conclude that Standby is in sync ?
Thanks
Steve