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!

Sequence replication in golden gate

1806649May 9 2017 — edited May 11 2017

Say for example i use a sequence to insert a record into a table,  on the target side replicat inserts the records into the table ( value from sequence is hard coded in the trail file ). Replicat on the target side doesn't use the Sequence while inserting the record in short i would say.

When i query seq.nextval i get 1 on the target side, how would this scenario helps when the application is flipped to the target side, wouldn't there by constraint violation when the sequence is queried again and which starts with 1 again. How is the sequence unique value is maintained in this scenario irrespective of whether we do a flip or not?

I tried googling multiple blogs but no  help.

Please help me with this doubt.

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 8 2017
Added on May 9 2017
16 comments
1,940 views