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

Home -> Community -> Mailing Lists -> Oracle-L -> RE: Sqlldr help

RE: Sqlldr help

From: Ashish Shah <ar_shah_at_yahoo.com>
Date: Fri, 22 Sep 2000 10:27:04 -0700 (PDT)
Message-Id: <10627.117684@fatcity.com>


Weaver this doesn't work.

I also tried this

load data
truncate
into table temp
fields terminated by "/"

(col1    	,
col2     	,
col3	,
col4 	,
col5  	,
col6  ,
col7 	,
col8   ,       

col9 ,
col10 ,
col11    	,
col12     	,
col13	,
col14 	,
col15  	,
col16  ,
col17 	,
col18   ,       

col19 ,
col20 terminated by "\"
)

but it doesn't accept "\" it's giving me SQL*Loader-625: Multibyte character error in control file. error.

Any ideas...


Ashish
Toronto, Canada
Received on Fri Sep 22 2000 - 12:27:04 CDT

Original text of this message

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