REMOVE_REPLICATION_SERVER
This procedure removes the specified replication server configuration from the specified protection policy. After the operation succeeds, the Recovery Appliance no longer replicates backups of databases protected by this policy to the downstream Recovery Appliance.
Syntax
PROCEDURE remove_replication_server ( replication_server_name IN VARCHAR2, protection_policy_name IN VARCHAR2, comments IN VARCHAR2 DEFAULT NULL);
Parameters
Table 22-39 REMOVE_REPLICATION_SERVER Parameters
Parameter | Description |
---|---|
|
The name of the replication server configuration to remove. |
|
The name of the protection policy from which the specified replication server configuration is to be removed. |
|
Optional user supplied comment describing reason for executing this command. |