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

Home -> Community -> Usenet -> c.d.o.server -> sqlloader

sqlloader

From: Steve <steve_at_encite.com>
Date: Fri, 16 Oct 1998 15:36:04 +0100
Message-ID: <707lbf$dfm$1@uranium.btinternet.com>


Could somebody please tell me why I keep getting a "partial record found at end of datafile" error when using SQLLoader. I have a very simple data file such as:-

    ABC,DEF
    GHI,JKL
    MNO,PQR

and a control file like:

load data
infile 'mydata'
into table test
fields terminated by ','
(termcode, termname)

Much thanks
Steve Received on Fri Oct 16 1998 - 09:36:04 CDT

Original text of this message

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