How to Synchronize Oracle Identity Column Sequences
Introduction
Many customers are moving data from production environments to lower environments like development or testing. During this process, they often overlook the primary key and simply import the records. Consequently, when they try to add new...
lmoreaux.hashnode.dev4 min read
Isaac Lañado
Great article!
I've been looking for something like this for quite some time, but instead of using identity column, we are using sequences, how can this be achieved with sequences?