GoldenGate: Disable replication (temporarily) for current session ?
Hi,
with Advanced Replication we had an option to disable temporarily the replication of DML for just the own session (DBMS_REPUTIL.REPLICATION_OFF/ON). What is the equivalent function in GoldenGate ?
Goal: Prevent the replication of DELETE operations of one specific session only, but permit the replication of DELETE operations on the same tables for other sessions.
Sceanrio:
- On the master side we keep data for e.g. 30 days only. A job deletes records older than 30 days cyclically. This shall NOT be replicated.
- On the master side we sessions can delete records younger than 30 days. This shall be replicated.