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: David Barbour <DBarbour_at_connectsouth.com>
Date: Fri, 22 Sep 2000 14:00:54 -0500
Message-Id: <10627.117695@fatcity.com>


How about using the "OPTIONALLY ENCLOSED BY" parameter in your control file?

Would look something like this:

load infile ExportAll.txt
into table new_leads
insert
fields terminated by ','
optionally enclosed by '"'

        (BusName,
        SecName,
        Address,
        City,
        State,
        Zip4,
        AreaCode,
        PhoneNo)

David A. Barbour
Oracle DBA - ConnectSouth
512-681-9438
dbarbour_at_connectsouth.com

-----Original Message-----
From: Ashish Shah [mailto:ar_shah_at_yahoo.com] Sent: Friday, September 22, 2000 1:31 PM To: Multiple recipients of list ORACLE-L Subject: RE: Sqlldr help

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

Do You Yahoo!?
Send instant messages & get email alerts with Yahoo! Messenger. http://im.yahoo.com/
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Ashish Shah
  INET: ar_shah_at_yahoo.com

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 - 14:00:54 CDT

Original text of this message

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