EDIT DATABASE RESET (Property)
The EDIT DATABASE RESET (Property) command reset the specified property for the named database back to its default value.
Format
EDIT DATABASE <db_unique_name> RESET PROPERTY <property_name>;
Command Parameters
Command Example
The following example shows how to reset the NetTimeout property for the database named South_Sales.
DGMGRL> EDIT DATABASE 'South_Sales' RESET PROPERTY NetTimeout; Succeeded.