PAUSE_REPLICATION_SERVER
This procedure pauses replication to the specified downstream Recovery Appliance.
The Recovery Appliance permits in-progress replication of backup pieces to complete.
If the Recovery Appliance queued backup pieces for replication through this
replication server configuration but did not replicate them, then the Recovery Appliance
holds the backup pieces until you call
.
No replication tasks that
run against this Recovery Appliance can execute until you resume
replication to the downstream Recovery Appliance.
RESUME_REPLICATION_SERVER
Syntax
PROCEDURE pause_replication_server ( replication_server_name IN VARCHAR2, comments IN VARCHAR2 DEFAULT NULL);
Parameters
Table 22-35 PAUSE_REPLICATION_SERVER Parameters
Parameter | Description |
---|---|
|
The name of the downstream Recovery Appliance. |
|
Optional user supplied comment describing reason for executing this command. |