Has anybody else Problems as well with SQL*LOADER in Version 12.1.0.2 and DIRECT=TRUE wenn trying to load Null-Values?
We get following Errors:
SQL*Loader-951: Error calling once/load initialization
ORA-00604: error occurred at recursive SQL level 1
ORA-01405: fetched column value is NULL
If I change DIRECT=FALSE, the SQL*loader is functioning with null-values, but this is not an option for us.
I could not find anybody having the same Problem in Internet or a bug in relation to this problem. Has anybody?