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 21-38 REMOVE_REPLICATION_SERVER Parameters

Parameter Description

replication_server_name

The name of the replication server configuration to remove.

protection_policy_name

The name of the protection policy from which the specified replication server configuration is to be removed.

comments

Optional user supplied comment describing reason for executing this command.