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

db_unique_name

The DB_UNIQUE_NAME initialization parameter value of the database whose configurable property value is to be reset to the default value.

property_name

The name of an existing database-specific configurable property.

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.