EDIT ALL MEMBERS SET (Parameter)

The EDIT ALL MEMBERS SET command changes the value of the specified parameter for all members in the broker configuration. Optional ALTER SYSTEM SET command options can be included. These options must be specified in quotation marks.

Format

EDIT ALL MEMBERS SET PARAMETER <parameter_name>=<value> ["optional ALTER SYSTEM SET clauses"];

Command Parameters

parameter_name

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

value

The new value for the parameter.

Command Example

The following example shows how to set NetTimeout for all members in the configuration.

EDIT ALL MEMBERS SET PARAMETER log_archive_trace=255;
Parameter "log_archive_trace" updated for member "North_Sales".
Parameter "log_archive_trace" updated for member "South_Sales".