Here is the case: On standby database: Check the apply lag: SQL> select name,value from v$dataguard_stats where name in ('transport lag','apply lag') and (value > '+00 01' or value is null); NAME VALUE -------------------- -------------------- ...