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: need help with sql*loader problem

RE: need help with sql*loader problem

From: Nikhil Khimani <nkhimani_at_marketaxess.com>
Date: Fri, 21 May 2004 17:00:57 -0400
Message-Id: <E90A659E3A7D344C9160B335D51232301005250A@sunvalley.marketaxess.com>


If you can, try ftp'ing the file to UNIX and try 'tr' command with -s option. Might get you past the hump ...

Thanks,  

Nikhil Khimani
Market Axess
140 Broadway, 42nd Floor
New York, NY 10005  

(212) 813-6230 (W)
nkhimani_at_marketaxess.com

-----Original Message-----

From: david wendelken [mailto:davewendelken_at_earthlink.net] Sent: Friday, May 21, 2004 4:57 PM
To: oracle-l_at_freelists.org
Subject: need help with sql*loader problem

I'm trying to export data out of Access into Oracle.

My predecessor on the project had used the Oracle Migration workbench to do it, but it replaced characters like " with ?. Haven't figured out how to tell it not to do that.

So, I set up some sql loader control files and exported the data from Access into csv files.

Unfortunately, the access data has carriage returns in the long textual data fields, so instead of one line per record, I get lots of lines per record. Sql*Loader is interpreting each line as a new record. I've told it to use " as terminators and , as delimiters, but those settings are "per field" not "per record.

Also, both of those characters are present in the textual data, which may be causing other problems.

Any ideas on how to get past all of this?



Please see the official ORACLE-L FAQ: http://www.orafaq.com

To unsubscribe send email to: oracle-l-request_at_freelists.org put 'unsubscribe' in the subject line.
--

Archives are at http://www.freelists.org/archives/oracle-l/
FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html

-----------------------------------------------------------------
----------------------------------------------------------------
Please see the official ORACLE-L FAQ: http://www.orafaq.com
----------------------------------------------------------------
To unsubscribe send email to: oracle-l-request_at_freelists.org
put 'unsubscribe' in the subject line.
--

Archives are at http://www.freelists.org/archives/oracle-l/ FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html
Received on Fri May 21 2004 - 15:59:56 CDT

Original text of this message

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