Name
REPL_SCHED_INIT — adds scheduled job to synchronize subscriptions
Synopsis
REPL_SCHED_INIT
(
|
) ; |
Description
Adds scheduled job to synchronize all subscriptions. The server will attempt to start synchronization of all non-synchronized subscriptions at a 1 minute interval. The action can be reversed by deleting the corresponding row from the SYS_SCHEDULED_EVENTS table.
Example
Example 24.328. Enabling a synchronization for all subscriptions
This will enable scheduled task to synchronize all defined subscriptions.
SQL> DB.DBA.REPL_SCHED_INIT ();