Hi All,
I have this issue with my goldengate process. I created extract process and replicat process, I did the initial load thru expdp and impdp. All is well (insert,delete) until the update statement execute. It abended my replicat process.
Here is error:
2013-07-22 17:05:16 WARNING OGG-01431 Aborted grouped transaction on 'OWNER.TABLE_NAME', Mapping error.
2013-07-22 17:05:16 WARNING OGG-01003 Repositioning to rba 162688 in seqno 0.
2013-07-22 17:05:16 WARNING OGG-01151 Error mapping from OWNER.TABLE_NAME to OWNER.TABLE_NAME.
2013-07-22 17:05:16 WARNING OGG-01003 Repositioning to rba 162688 in seqno 0.
The table does not have identifier keys.
How should I solve my issue?
thank you very much in advance gurus.