Update aborted by ORA-01403 Replicat Abend
Hi all
I have GoldenGate (version 10.4 in source and 11.2 january build in target) replication setup for around 400 tables, one of them sometimes fails with ORA-01403 (Update operation) and I have to sync it manually. The strange thing is that this tabla has supplemental logging enabled in source and it has PK, two essential condition for replication to work well. The values are inserted using insert.... values (no insert append). I am 100% sure that no process or person modify the target data manually.
What can be the reasoning behind these ORA_01403 errors causing replicat to abend? I searched on MOS but found no explanation.
The exotic options I have used in my replicat are
BATCHSQL
ALLOWNOOPUPDATES
DBOPTIONS SUPPRESSTRIGGERS
Thanks