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 -> Help with SQL*LOADER

Help with SQL*LOADER

From: Pedro <pedrofigueiredo_at_mail.telepac.pt>
Date: Wed, 07 Oct 1998 15:23:38 GMT
Message-ID: <361b860c.6017737@news.telepac.pt>


My control File :

LOAD data INFILE * APPEND into table lixo2 fields terminated by ','
( A,B )
begindata
12,0
10,1

My table :

A VARCHAR2(10)
B VARCHAR2(10) My load.log

SQL*Loader-925 Error while parsing a cursor (via ocisq3)

Cause:	An internal error has occurred. 
Action:	Check the message below this one in the log file for more
information. The table or column referenced may not be accessible.

ORA-00904: invalid column name

Can you help me with this ?

Thank you in advance

pedrofigueiredo_at_mail.telepac.pt Received on Wed Oct 07 1998 - 10:23:38 CDT

Original text of this message

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