Re: SQL Loader Error
Date: Tue, 28 Mar 2000 04:43:30 GMT
Message-ID: <SLWD4.245$Rc1.70459_at_ratbert.tds.net>
Try inserting a blank line at the end of your control file.
<sboucher_at_my-deja.com> wrote in message news:8bnpjp$ved$1_at_nnrp1.deja.com...
> I get SQL Loader Error 524, Partial Record Found at end of Data File.
>
> All my data loads and loads correctly, why do I get this error.
> Here is my control file. I am just beginning to learn to load data
> using SQL Loader
>
> --Broker Dealer Control File
> load data
> infile *
> Discardfile 'c:\sqlldr\discard.txt'
> Insert
> into table CORPFIN.DOCKETS
> ( Docket position (1:9) char,
> Name position (10:19) char)
> Begindata
> 9911001MFTed
> 9911001C Bill
> 9911001 Alice
> 9911001UTBillyBud
> 9911001D Grace
> 9911001RDPhil
>
> Thanks
> Scott
>
>
> Sent via Deja.com http://www.deja.com/
> Before you buy.
Received on Tue Mar 28 2000 - 06:43:30 CEST