Hi All,
There are some instances where OWB generates a MERGE statement without the “WHEN NOT MATCHED THEN INSERT …” part.
I am trying to simulate exactly the same code in ODI 12c using the IKM Oracle Merge (Component-style knowledge module) but it always generates the INSERT part within the MERGE statement. I have been playing with the individual “Insert” checkboxes of the columns from the target but it keeps generating the code.
Is there any way to work around this issue without using a “Template-style” KM?
I know that I can easily customise the IKM Oracle Incremental Update (MERGE) to perform only UPDATEs but it's worth to check if Oracle provides any other route.
Thanks,
Jose