RESUME_REPLICATION_SERVER
This procedure resumes replication to the specified downstream Recovery Appliance, after a previous call to PAUSE_REPLICATION_SERVER.
Syntax
PROCEDURE resume_replication_server (
replication_server_name IN VARCHAR2,
comments IN VARCHAR2 DEFAULT NULL);
Parameters
Table 44 RESUME_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. |