Discussions
Categories
- 17.9K All Categories
- 3.4K Industry Applications
- 3.3K Intelligent Advisor
- 63 Insurance
- 535.7K On-Premises Infrastructure
- 138.1K Analytics Software
- 38.6K Application Development Software
- 5.6K Cloud Platform
- 109.3K Database Software
- 17.5K Enterprise Manager
- 8.8K Hardware
- 71K Infrastructure Software
- 105.2K Integration
- 41.5K Security Software
Goldengate Microservices sequences.sql

I know in classic GG you had to run the sequence.sql script to deal with sequences that are used as primary keys for tables. Do you need to do the same thing in MA? If not how do you deal with that? Thanks
Answers
-
Hi ,
Either it is Classic or Microservices, it is all same. Only the architecture differs, but the working is all same. So, you need to run the sequences script.
Regards,
Veera
-
Thanks for the answer. so maybe you can help me with this. After I run all of that if I have the extract and replicat working. Then on the source I run nextval to bump the sequence up by one. Then I go check the target the sequence is now increased by 21. The cache is set to 20 on source and target. Is that due to the cache size? How do I get around that?
-
Please refer the following for sequence calculation.
Regards
Gururaj
-
Hello,
Check the below links to know more about sequences replication in detail,
http://www.juliandyke.com/Research/GoldenGate/GoldenGateSequences.php
Regards,
Veera