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: Ron Rogers <RROGERS_at_galottery.org>
Date: Fri, 22 Sep 2000 14:49:32 -0400
Message-Id: <10627.117692@fatcity.com>


If your data is always positionally located you could use: col1 position (001:012),
col2 position (014:018),
....
col20 position (075:099)
in your sqlload control file.
ROR =AA=BF=AA >>> ar_shah_at_yahoo.com 09/22/00 02:30PM >>> Weaver this doesn't work.

I also tried this

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

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

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

col19 , =20
col20 terminated by "\"
)

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

Any ideas...

=3D=3D=3D=3D=3D
Ashish
Toronto, Canada



Do You Yahoo!?
Send instant messages & get email alerts with Yahoo! Messenger. http://im.yahoo.com/=20
--=20
Please see the official ORACLE-L FAQ: http://www.orafaq.com=20 --=20
Author: Ashish Shah
  INET: ar_shah_at_yahoo.com=20
Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L Received on Fri Sep 22 2000 - 13:49:32 CDT

Original text of this message

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