SQL Loader Error

From: <sboucher_at_my-deja.com>
Date: Mon, 27 Mar 2000 14:01:37 GMT
Message-ID: <8bnpjp$ved$1_at_nnrp1.deja.com>



[Quoted] 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 Mon Mar 27 2000 - 16:01:37 CEST

Original text of this message