Dataguard Broker Report
Dataguard Broker Report
carried out in
STL
At
CONFIDENTIAL
Tel: +233-302-782646 / 7
Fax: +233-302-769622
OBJECTIVE
METHODOLGY
Two (2) single instance oracle 19c databases on ASM were installed in a test production and DR
environments
Dataguard was then configured between production and standby databases, to facilitate replication
between the two database instances. Checks were done to confirm that archivelogs were being
applied to the standby database in a timely manner.
FINDINGS
1. The dataguard broker was always reporting of ARCHIVELOG apply lag threshold being
exceeded even though the apply lag threshold property was set to 0. Setting the threshold to
0 means it is disabled, hence, DG broker was not supposed to check any threshold.
Database Warning(s):
ORA-16853: apply lag has exceeded specified threshold
ORA-16855: transport lag has exceeded specified threshold
ORA-16857: member disconnected from redo source for longer
than specified threshold
A check from both production and standby databases using sql commands showed that the
primary database was in sync with the standby database. Hence, the warning was a false
negative.
Database Status:
DGM-17016: failed to retrieve status for database "DRTEST2"
ORA-16662: network timeout when contacting a member
This will mean that when dataguard broker is needed to do failover or bring up the standby
database for testing, it will not be usable.
However using sql commands to check if the standby was in sync with production showed
that Production and standby were in sync and could not support what dataguard broker was
reporting.
However checks with sql commands also showed that production and standby databases
were in sync
Conclusion
Dataguard broker always reported of archive apply lag, transport lag thresholds being
exceeded and disconnects from standby database even though checks with sql commands
did not support this
It appears that it will be a good tool for working on a local-area-network (LAN), where
fleeting connectivity interruptions are minimal. However, over a wide-area-network (WAN),
as is the case for the replication link, the tool appears to be over-sensitive. It also does not
recover well from any disburses.
We will therefore highly recommend that GCB stick with the recommendation of the Oracle
implementation team, who advised against using DG Broker.