EDIT ALL MEMBERS SET (Property)

The EDIT ALL MEMBERS SET sets the specified configurable property for all members in the configuration.

Format

EDIT ALL MEMBERS SET PROPERTY <property_name>=value;

Command Parameters

property_name

The name of an existing member-specific configurable property. If this is an Oracle RAC database, this property change affects all instances of all members.

value

The new value for the property.

Command Example

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

EDIT ALL MEMBERS SET PROPERTY 'NetTimeout'=45;
Property "NetTimeout" updated for member "North_Sales".
Property "NetTimeout" updated for member "South_Sales".