Skip to Main Content

GoldenGate

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

OGG Bidirectional Sequence value replication

Prateek Agarwal-OracleSep 21 2012 — edited Oct 4 2012
Has anyone done Sequence value replication in Bi-Directional replication process instead of Splitting the Value and Even/Odd values.

Both my Seq is incremented by 1 and has same cache value. I have even ran @sequence.sql But I'm getting "ERROR OGG-00423 Could not find definition for SCH.SEQ1."

Current Config
------------------------------------------------------------------------------------------------------------------
Say @Source - DB1 - SEQ1 currval is 512 after a transaction (nextval)

But @ Target - DB2 - SEQ1 currval is 511 after a transaction (reading from the trail)

How do I get it to increment?
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 1 2012
Added on Sep 21 2012
5 comments
1,333 views