Two issues in my replication environment
Hello,
I have to issues that happened during last weekend in my GoldenGate replication environment. I have some doubts about how to safely cope with them and I'd like to know about similar experiences and how did you solve them.
CASE 1
======
1) Source/Target tables are identical: no PK/UK
2) trandata available/captured for all the columns of the table
3) Extract resolved as wildcard SCHEMA.*
4) Replicat resolved as SCHEMA.*
5) Got the error "OGG-01168 Encountered an update for target table SCHEMA.TABLE, which has no unique key defined. KEYCOLS can be used to define a key. Use ALLOWNOOPUPDATES to process the update without applying it to the target database. Use APPLY NOOPUPDATES to force the update to be applied using all columns in both the SET and WHERE clause."