Name

repl_sync_all — synchronize all subscriptions

Synopsis

repl_sync_all ( );

Description

This function is used to synchronize all subscriptions. It make a synchronization requests to the all publisher and will return immediately after that. The status of subscriptions can be tested with repl_stat() function.

Example

Example24.335.Synchronizing all subscriptions

This will start synchronization of all subscriptions.

SQL> repl_sync_all ();