Oracle GoldenGate Extract Allow only Deletes from specific schema
HI All,
In our organisation, we are using Oracle goldengate 12.1 in integrated capture mode for syncing few tables of one DB (oracle 12.1) to other DB (oracle 12.1) which is getting replicated with nearly zero lag. But when oracle scheduler jobs are doing housekeeping using delete operations in bulk there is huge lag (couple of hours) on replicat process. could you please let us know best possible solutions to handle this scenario.
PFB Scenario -
--TABLE1..TABLEN with OWNER USERD.
--APPLICATION performs DML with USERA on all tables.
--Housekeeping scheduler jobs runs with USERJ on these tables.
we have thought of creating 2 seperate extract/pump/replicat processes-