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 RESUME_REPLICATION_SERVER. No replication tasks that run against this Recovery Appliance can execute until you resume replication to the downstream Recovery Appliance.
Syntax
PROCEDURE pause_replication_server (
replication_server_name IN VARCHAR2,
comments IN VARCHAR2 DEFAULT NULL);
Parameters
Table 35 PAUSE_REPLICATION_SERVER Parameters
| Parameter | Description |
|---|---|
replication_server_name |
The name of the downstream Recovery Appliance. |
comments |
Optional user supplied comment describing reason for executing this command. |