How can continue breaked bulk insert?
Brought to you by:
skuchin
When I do a bulk insert using otl_stream(e.g. 100 rows),
it may
fail because of dup_key error on row 65,
after I caught that
exception, I want skip the dup row 65 and continue insert the rest
rows into oracle database,
How can I do
that?
Thanks.
Ken