Issues SQLLoader
Hi, I´m using SQLLoader to load a file (600000 records, approx.) into a table. Most of the times one or several records fails with unique constraint violation error (due to an unique index), thouh the records are not duplicated. The only way to bypass this problem is setting rows=1, but then , performance falls dramatically.
Do you know any other method to bypass this error? (table has no triggers)
Regards
0