EDIT DATABASE RESET (Parameter)
The EDIT DATABASE RESET (Parameter) command resets the specified database initialization parameter for the named database to its default value.
Format
EDIT DATABASE <db_unique_name> RESET PARAMETER <parameter_name>;
Command Parameters
Command Example
The following example shows how to reset the log_archive_trace parameter for the database named South_Sales.
DGMGRL> EDIT DATABASE 'South_Sales' RESET PARAMETER log_archive_trace; Succeeded.