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 43 RESUME_REPLICATION_DATABASE Parameters

Parameter Description
db_unique_name The protected database for which to pause replication.
replication_server_name 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.
comments Optional user supplied comment describing reason for executing this command.