EDIT ALL MEMBERS RESET (Parameter)

The EDIT ALL MEMBERS RESET resets the specified configurable parameter for all members in the configuration.

Format

EDIT ALL MEMBERS RESET PARAMETER <parameter_name> ["optional ALTER SYSTEM RESET clauses"];

Command Parameters

parameter_name

The name of an existing initialization parameter whose value that must be reset.

Command Example

The following example shows how to reset the log_archive_trace initialization parameter for all members in the configuration.

DGMGRL> EDIT ALL MEMBERS RESET PARAMETER log_archive_trace;
Parameter "log_archive_trace" reset for member "North_Sales".
Parameter "log_archive_trace" reset for member "South_Sales".