EDIT RECOVERY_APPLIANCE (Rename)

The EDIT RECOVERY_APPLIANCE (Rename) command changes the name used by the broker to refer to the specified Recovery Appliance, as recorded in that Recovery Appliance's profile in the broker configuration.

Format

EDIT RECOVERY_APPLIANCE  <db_unique_name>  RENAME TO <new_db_unique_name> ;

Command Parameters

db_unique_name

The current value of the DB_UNIQUE_NAME initialization parameter for the Recovery Appliance.

new_db_unique_name

The new value of the DB_UNIQUE_NAME initialization parameter.

Usage Notes

  • Use this command to track changes to the DB_UNIQUE_NAME initialization parameter for this Recovery Appliance.

    Caution:

    The name of the Recovery Appliance must always match the value of the DB_UNIQUE_NAME initialization parameter for that Recovery Appliance.

Command Example

The following example shows how to edit and rename a Recovery Appliance.

DGMGRL> EDIT RECOVERY_APPLIANCE 'EnterpriseRecoveryAppliance_typo'
RENAME TO 'EnterpriseRecoveryAppliance';
Succeeded.