RESUME_REPLICATION_DATABASE
This procedure resumes replication for the specified database after a previous call to pause_replication_database
.
Syntax
PROCEDURE resume_replication_database ( db_unique_name IN VARCHAR2, replication_server_name IN VARCHAR2 DEFAULT NULL, comments IN VARCHAR2 DEFAULT NULL);
Parameters
Table 22-43 RESUME_REPLICATION_DATABASE Parameters
Parameter | Description |
---|---|
|
The protected database for which to pause replication. |
|
If not null, replication is resumed only for the one database on this specified replication server. If null, replication is resumed for that database on all associated replication servers. |
|
Optional user supplied comment describing reason for executing this command. |