Hi All,

I facing a problem when using Oracle Streams. The Sequences (use for primary key) in Source DB is increasing, but in Destination DB is not increasing.

When Source DB is shutdowned, I changed Application to Dest DB but when inserting, Primary key is violated because of Sequences in Dest DB. We can not change Application code or Alter Sequence at Dest DB because there are a lot of Sequence.

Are there any way to auto replicate Sequences when using Oracle Streams?

Please help me.
Thanks.