ignoring dup_val_on_index during insert
564195Sep 4 2007 — edited Sep 6 2007Hello!
I import data from an external table, into my main table. The data I have to insert might contain duplicates and will cause a dup_val_on_index to occur and those I just want to ignore.
How can I write my plsql to make sure the insert continues in case of a dup_val_on_index?
Best regards
Dannie