ADD_REPLICATION_SERVER
This procedure adds the specified replication server configuration to the specified protection policy. After the operation succeeds, the Recovery Appliance replicates backups of databases protected by this policy to the downstream Recovery Appliance.
Syntax
PROCEDURE add_replication_server ( replication_server_name IN VARCHAR2, protection_policy_name IN VARCHAR2 skip_initial_replication IN BOOLEAN DEFAULT FALSE, read_only IN BOOLEAN DEFAULT FALSE, request_only IN BOOLEAN DEFAULT FALSE copyall_backups IN BOOLEAN DEFAULT FALSE, comments IN VARCHAR2 DEFAULT NULL);
Parameters
Table 22-5 ADD_REPLICATION_SERVER Parameters
Parameter | Description |
---|---|
|
The name of the replication server configuration to associate with the protection policy. |
|
The name of the protection policy to associate with the replication server configuration. |
|
If set to |
|
The setting that controls replication behavior to a downstream Recovery Appliance. If If |
|
When adding a replication server to a protection polity with If |
|
When adding a replication server to a protection policy with |
|
Optional user supplied comment describing reason for executing this command. |