rename_targets_property_value

Changes the value of a property for all targets.

Format

Standard Mode

 emcli rename_targets_property_value 
   -property_name="null"
   -property_value="null"
   -new_property_value="null"

[ ]  indicates that the parameter is optional.

Interactive or Script Mode

rename_targets_property_value(
   property_name="null"
   ,property_value="null"
   ,new_property_value="null"
   )

Options

  • -property_name

    Name of the property to be changed.

  • -property_value

    Existing value of property.

  • -new_property_value

    New value of property

Exit Codes

0 if successful. A non-zero value indicates that verb processing was unsuccessful.

Example

The following command changes the value for all targets with the orcl_gtp_lifecycle_status property from Product to Development:

emcli rename_targets_property_value 
   -property_name="orcl_gtp_lifecycle_status"  
   -property_value="Production" 
   -new_property_value="Development"