I am using golden gate to replicate data from primary(Oracle) to secondary (Oracle). I have inserted records in the primary database, but replication abdends with error message
WARNING OGG-01154 Oracle GoldenGate Delivery for Oracle, rgg1ab.prm:
SQL error 1403 mapping primaryDB_GG.myTableName to secondaryDB.myTableName
OCI Error ORA-01403: no data found, SQL < UPDATE ......
The update statement has all the columns from table in the where clause. Whereas there is no such update statement in the application with so many columns in where clause. There is an insert statement in source db, but while replication it says update statement failed.
Why is Golden Gate replication converting an insert into an update while replicating?