EDIT CONFIGURATION (Property)
The EDIT CONFIGURATION SET PROPERTY command changes the value of a property for the broker configuration.
Format
EDIT CONFIGURATION [<configuration_name>]SET PROPERTY <property_name>=<value>;
Command Parameters
See Also:
Managing the Members of a Broker Configuration and Oracle Data Guard Broker Properties for information about configuration properties
Usage Notes
-
Issue this command while connected to the primary database or to any standby database in the broker configuration having connectivity to the primary database.
-
Use the
SHOW CONFIGURATIONcommand to display the current property information for the configuration.
Command Example
The following example shows how to set the FastStartFailoverThreshold configuration property to 90 seconds.
DGMGRL> EDIT CONFIGURATION SET PROPERTY FastStartFailoverThreshold=90;