EDIT CONFIGURATION RESET (Property)
The EDIT CONFIGURATION RESET PROPERTY command resets the specified configuration property to its default value.
Format
EDIT CONFIGURATION RESET PROPERTY <property_name>;
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 reset the BystandersFollowChange property.
DGMGRL> EDIT CONFIGURATION RESET PROPERTY BystandersFollowChange; Succeeded.