Standby Lag Status

We can use view to check Standby Lag delay.

RAC / NON-RAC / Cloud RDS:

SELECT SUM(DECODE(name, 'apply finish time', value, 0)) as Apply_Time, SUM(DECODE(name, 'apply lag', value, 0)) as Apply_LAG, SUM(DECODE(name, 'transport lag', value, 0)) as Transport_LAG from (SELECT name, extract(day from p.val) *86400 + extract(hour from p.val) *3600 + extract(minute from p.val) *60 + extract(second from p.val) value from (SELECT name,to_dsinterval(value) val from v$dataguard_stats) p );

Comments

Popular Posts

AWR Report Analysis

Goldengate 19c Installation with issue resolution

Oracle 11g Physical Standy Setup

Oracle 12c 2-node RAC setup in VMware Player 15 -- Part01

Oracle to Postgres

Execution_Explain Plan

Active Session History Analysis

General Queries

Fragmentation & Re-organisation

OEM patches & vulnerabilities