Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> SQL*Loader error
Hello Gurus
I got this error when I load the records into the table..It always skip the last record in the file and giving the following erorr.
I appreciate all of your help on that...
Error Message:
SQL*Loader-524: partial record found at end of datafile
CTL File
load data
infile '<filename>'
discardfile '<discardfilename>
append
into table schema_name.tbl_name
WHEN (44:44) = 'Y'
(FAILURECODE POSITION(2:12) CHAR "ltrim(rtrim(:FAILURECODE))", DESCRIPTION POSITION(13:43) CHAR "ltrim(rtrim(:DESCRIPTION))", FAILURETYPE CONSTANT "FUNCTIONAL" )Received on Tue Nov 21 2000 - 12:01:13 CST