SET_SYSTEM_DESCRIPTION
This procedure sets a descriptive name for users to apply to their Recovery Appliance. The name provided here will be seen in the RA_SERVER view.
Syntax
PROCEDURE set_system_description( sys_desc VARCHAR2, comments IN VARCHAR2 DEFAULT NULL);
Parameters
Table 22-47 SET_SYSTEM_DESCRIPTION Parameters
Parameter | Description |
---|---|
|
A descriptive name for this Recovery Applicance. |
|
Optional user supplied comment describing reason for executing this command. |