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: how to load data from Excel sheet into Oracle tables using SQL*LOADER

Re: how to load data from Excel sheet into Oracle tables using SQL*LOADER

From: Dennis Williams <oracledba.williams_at_gmail.com>
Date: Wed, 17 May 2006 09:46:05 -0500
Message-ID: <de807caa0605170746x376624cdvd9545c1e60f58627@mail.gmail.com>


I agree with Stephen's recommendation to save the Excel spreadsheet to a CSV file.
One problem I have encountered is that Microsoft will enclose a field in delimiters when you "need" it. That means that for a given field, sometimes it is enclosed in delimiters and sometimes not. Such inconsistency is hard for SQL*Loader to deal with. I don't have a solution for this one, just pointing out a problem that you may or may not encounter.

Dennis Williams

--
http://www.freelists.org/webpage/oracle-l
Received on Wed May 17 2006 - 09:46:05 CDT

Original text of this message

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