DELETE_REPLICATION_SERVER
This procedure deletes a replication server configuration. The Recovery Appliance removes all metadata relating to the downstream Recovery Appliance.
Syntax
PROCEDURE delete_replication_server ( replication_server_name IN VARCHAR2, force IN BOOLEAN DEFAULT FALSE, comments IN VARCHAR2 DEFAULT NULL);
Parameters
Table 22-21 DELETE_REPLICATION_SERVER Parameters
Parameter | Description |
---|---|
|
The name of the replication server configuration to delete. |
|
The deletion behavior when a protection policy is associated with the configuration.
If |
|
Optional user supplied comment describing reason for executing this command. |