SYNCHRONIZE REPLICAT
Valid for coordinated, integrated, and parallel Replicat. Use
SYNCHRONIZE REPLICAT
to return all of the threads of a Replicat
to the same position in the trail file after an unclean shutdown. This position is
the maximum checkpoint position of all of the threads, in other words, the most
recent trail record processed among all of the threads. When SYNCHRONIZE
REPLICAT
is issued, all threads are started and allowed to process
transactions until they reach the maximum checkpoint position, and then Replicat
stops.
For more information about how to use SYNCHRONIZE
REPLICAT
to recover a coordinated Replicat after an unclean shutdown,
or to enable repartitioning of data among different threads, see Administering a Coordinated Replicat Configuration.
Syntax
SYNCHRONIZE REPLICAT group_name
-
group_name
-
The name of a Replicat group or a wildcard (*) to specify multiple groups. For example,
T*
synchronizes the threads of all Replicat groups whose names begin with T. The threads synchronize to the same position within their group, not to the same position across all Replicat groups being synchronized with this command.
Example
SYNCHRONIZE REPLICAT repe