How to Define Oracle Dataguard Broker Health Check Timeout
OperationTimeout specifies the maximum time period (in seconds ) the broker should wait for health check, get property and set property operation to complete.
Value >=30 and <=3600
Broker Default 30 Seconds
DGMGRL> edit configuration set property OperationTimeout=120;
Property "operationtimeout" updated
Property "operationtimeout" updated
NOTE: if OperationTimeout is set too low for your environment or sometimes due to intermittent network issue , you will notice below error in broker log file.
DMON: Operation CTL_GET_STATUS stalled during phase BEGIN. Error=ORA-16713
DMON: Operation CTL_GET_STATUS stalled during phase BEGIN. Error=ORA-16713
Comments
Post a Comment