Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.misc -> Direct loaderpath problems
I am having problems using SQLLOAD to load data files that have CHAR
datatype strings, but are blank.
The columns are "not null" so when loading they are rejected. With
conventionalpath mode it is possible to specify a qualifying sql function
e.g. "NVL(:fieldname,' ')" to get around the problem, but direct loaderpath
does not support this.
Any ideas
Steve Received on Fri Oct 23 1998 - 09:07:41 CDT