Is there a way to force serialization of transaction replication in GoldenGate?
Using GoldenGate 12.1.2.1.0 to replicate between 2 sites. My problem is: I have 1 long running data import job (let's say 30 minutes, 20 tables). At the conclusion of the job, the user initiates a second job that is dependent on that data. The 2nd job inserts a row into a different table. A trigger on that table kicks off job that reads all of the imported data. What appears to be happening is the INSERT transaction (2nd job), replicates to the remote site and fires the trigger (desired action) before the replication of the 1st jobs import has completed.