Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: SQL*Loader error 524

Re: SQL*Loader error 524

From: Brian Hummer <hummerb_at_usa.net>
Date: Mon, 26 Apr 1999 11:01:59 -0400
Message-ID: <8d%U2.2877$3F1.135630@news13.ispnews.com>


Hi Bill,

I was having this problem as well. The solution I had was to add an extra line to my .ctl file. With that added line feed, everything works well.

-Brian

Bill West <wwest_at_ucsd.edu> wrote in message news:7f5iir$bvu_at_rosebud.sdsc.edu...
> Has anyone encountered an error of this type:
>
> SQL*Loader-524: partial record found at end of datafile (test.ctl)
>
> I am not sure this error refers to the data file or the control file since
> it mentions both. I use this utility frequently and this is the first time
I
> encountered the error. It would seem to indicate some missing punctuation
at
> the end of the control file but I can't see it. Below is the control file.
>
> LOAD DATA
>
> INFILE 'c:\temp\sdsc\efft_index.csv'
>
> BADFILE 'c:\temp\sdsc\efft_index.bad'
>
> DISCARDFILE 'c:\temp\sdsc\efft_index.dis'
>
> DISCARDMAX 999
>
> REPLACE
> INTO TABLE wwest.effective_index_master
>
> FIELDS TERMINATED BY ',' OPTIONALLY ENCLOSED BY '"'
>
> (ifis_index char,
> effective_date date "dd-Mon-yy",
> title char,
> fund char,
> org char,
> program char,
> refresh_date date "dd-Mon-yy",
> accting_period integer external)
>
> Any help would be greatly apprectiated.
>
> Bill West
> UCSD
>
>
>
>
Received on Mon Apr 26 1999 - 10:01:59 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US