Oracle
Data Guard
Recovery Queue
Recovery Queue
dgmgrl /
SHOW DATABASE orcl2 'RecvQEntries';
sqlplus / as sysdba
SET LINESIZE 200
SELECT status,
resetlogs_id,
thread#,
sequence#,
TO_CHAR(first_time,'DD/MM/YYYY HH24:MI:SS'),
TO_CHAR(completion_time,'DD/MM/YYYY HH24:MI:SS'),
first_change#,
next_change#,
TRUNC(blocks*block_size/1024) "Size (KBs)"
FROM v$archived_log
WHERE registrar = 'RFS'
AND applied = 'NO';
Bibliography
Bibliography
https://www.morganslibrary.org/reference/data_guard.html https://joeydantoni.com/2012/03/29/alwayson-versus-active-data-guard-a-value-proposition/ https://www.oracle.com/database/dataguard/https://oracleagent.wordpress.com/2021/12/08/data-guard-architecture/https://minimalistic-oracle.blogspot.com/2019/07/how-do-identify-transport-error-in-data.html