Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.misc -> Help with SQL*LOADER
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 moreinformation. 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