FLUSH SEQUENCE
Use FLUSH SEQUENCE to generate the initial redo log
information for sequence in the source database. The Extract retrieves this
information when the sequence is updated or in the case of a failover. A record is
written to the trail file and this record is then used by Replicat to synchronize
the source and target sequences properly.
Syntax
FLUSH SEQUENCE owner.sequence
Example
FLUSH SEQUENCE ggadmin.seq