FLUSH SEQUENCE
This command updates an Oracle sequence so that initial redo records are available at the time that Extract starts to capture transaction data. Normally, redo is not generated until the current cache is exhausted. The flush gives Replicat an initial start point with which to synchronize to the correct sequence value on the target system. From then on, Extract can use the redo that is associated with the usual cache reservation of sequence values.
This command writes the redo log information, which is retrieved by the Extract in case of failover and in case when the sequence is updated. The record with redo log information is written to the trail file and is used by Replicat to synchronize the source and target sequences.
Syntax
FLUSH SEQUENCE owner.sequence
Example
FLUSH SEQUENCE ggadmin.seq