sqlloader load error [message #69120] |
Fri, 02 November 2001 12:29 ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
w j
Messages: 4 Registered: November 2001
|
Junior Member |
|
|
hi there,
i have set up the table and the control file,
now when i used the sqlloader to load the data,
it reported error:
SQL*Loader-350: Syntax error at line 5.
Expecting keyword INTO or end of file, found
keyword fields. fields terminated by ","
my control file is:
LOAD data
infile 'stu_data'
append
INTO table student(sid, sfname, slname)
fields terminated by ","
could anyone tell me why? thank you very much!!
----------------------------------------------------------------------
|
|
|
|