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 21 DELETE_REPLICATION_SERVER Parameters
| Parameter | Description |
|---|---|
replication_server_name |
The name of the replication server configuration to delete. |
force |
The deletion behavior when a protection policy is associated with the configuration. If FALSE, and if the replication server configuration is still associated with a protection policy, then the deletion fails. In this case, you must first call REMOVE_REPLICATION_SERVER. If TRUE, then delete_replication_server first removes the replication server configuration from the protection policy. |
comments |
Optional user supplied comment describing reason for executing this command. |