Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Message from discussion excel to oracle
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Mark D Powell  
View profile  
 More options Oct 5 2007, 11:50 am
Newsgroups: comp.databases.oracle.misc
From: Mark D Powell <Mark.Pow...@eds.com>
Date: Fri, 05 Oct 2007 08:50:13 -0700
Local: Fri, Oct 5 2007 11:50 am
Subject: Re: excel to oracle
On Oct 5, 11:16 am, Charles Hooper <hooperc2...@yahoo.com> wrote:

> On Oct 5, 10:37 am, "Tim B" <nos...@someisp.ca> wrote:

> > I have some data in an Excel spreadsheet - about 100 -200 records - that I
> > need to import into Oracle, likely with some transformation required. I can
> > convert it to csv or xml via MS Access and then set it up as an external
> > table and proceed from there. What other ways could you suggest that might
> > be feasible for this task? Is there another way to do it with xml as the
> > source?

> If you have Access, the easiest way to do this is to:
> 1. Connect to the Excel spreadsheet as an external table source in
> Excel
> 2. Create a query in Access to retrieve all rows from the Excel
> spreadsheet and rename the columns so that they match the Oracle
> table.
> 3. Create an external table source connection to the Oracle table
> (through an ODBC connection).
> 4. Modify the query definition so that it is an append query, and
> select the connection to the Oracle table.
> 5. Run the query.

> Much easier than it is to explain.

> Charles Hooper
> IT Manager/Oracle DBA
> K&M Machine-Fabricating, Inc.

Or you can just save the data as a delimited file via Excel save as
and feed the delimited file into a sqlldr task that contains the
reformatting functions as part of the load.

Then again you could potentially use an external table to mask the
file and process it via Oracle.

Charles method is good if you know Access.  If not, a little scripting
can automate the file transfer and load.

The best way to do this might depend on if this is going to be a
repeated process and if you want it to be customer driven or if it
needs to be a regular scheduled task.

HTH -- Mark D Powell --


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.