Hi,
I am using sqlldr utility in my
java application.
The only hitch is when I try to load data in the database making one field null where the
column in the database corresponding to that field is not nullable, it simply logs the error
message in the log file and doesn't tell me if any error has occurred.
If I wish to find if any error has occurred during loading, will I have to dive into the
created log file and search for the error(s) ???
I don't think it's a smart way of doing things.
Do you know any workaround???
Thanks in advance.