use_target_properties_master_list

Enables or disables the Master List for a property.

Format

Standard Mode

	emcli use_target_properties_master_list
      		-property_name="null"
      		[-enable]
      		[-disable]
      		[-copy_from_targets] 

[ ]  indicates that the parameter is optional.

Interactive or Script Mode

use_target_properties_master_list(
      			property_name="null"
      		[,enable=True/False]
      			[,disable=True/False]
      			[,copy_from_targets=True/False]
      			)

Options

  • -property_name

    Property name.

  • -enable

    Enable master list.

  • -disable

    Disable master list.

  • -copy_from_targets

    If any of the targets have values set for the specified property previously, then you must use this option. If this situation occurs, this verb will raise an error and prompt you to use this option. All the values from the targets will be added to Master List by default.

Examples

Example 1

The following command enables the use of the Master List.

    emcli use_target_properties_master_list 
       -enable -property_name="orcl_gtp_location" 

Example 2

The following command disables the use of the Master List.

emcli use_target_properties_master_list 
      -disable -property_name="orcl_gtp_location"