Oracle Dataguard Broker CommunicationTimeout Property
configuration property allows us to decide how many seconds the broker should wait before timing out its network communication between databases in the configuration. A value of zero indicates that a network communication should never be timed out.
Valid values >= 0
Broker default 180 seconds
Broker default 180 seconds
DGMGRL> DGMGRL> edit configuration set property CommunicationTimeout=240;
Property "communicationtimeout" updated
Property "communicationtimeout" updated
Comments
Post a Comment