SQL*Loader-350
Hi,
I'm trying to use a pipe delimeted loader and some of the fields of the table were null. I have already added TRAILING NULLCOLS after the "Fields Terminated by" yet I still encounter the error below.
SQL*Loader-350: Syntax error at line 12.
Token longer than max allowable length of 258 chars
,column3 VARCHAR2(100)
Thanks!