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: Ang: Re:Import excelfile into Oracle table

Re: Ang: Re:Import excelfile into Oracle table

From: Jared Still <jkstill_at_cybcon.com>
Date: Fri, 19 Apr 2002 16:28:20 -0800
Message-ID: <F001.0044A105.20020419162820@fatcity.com>

Of course you could use Perl with the DBI, DBD::Oracle and Spreadsheet::ParseExcel modules.

I've done it, work great. Load directly from the spreadsheet into an Oracle table.

Jared

On Thursday 18 April 2002 07:28, Koivu, Lisa wrote:
> Or sql*loader. csv isn't the best choice of file format in my opinion
> (will any of your fields have commas in them?) but sql*loader will pick up
> the file and slam it in faster than you can blink an eye.
>
> Lisa Koivu
> Oracle Database Monkey Mama
> Fairfield Resorts, Inc.
> 954-935-4117
>
> > -----Original Message-----
> > From: Charlie Mengler [SMTP:charliem_at_mwh.com]
> > Sent: Thursday, April 18, 2002 10:03 AM
> > To: Multiple recipients of list ORACLE-L
> > Subject: Re: Ang: Re:Import excelfile into Oracle table
> >
> > RTFM where the Fine Manual = PL/SQL for Dummies
> > or Teach Yourself PL/SQL in 21 Days
> >
> > Roland.Skoldblom_at_ica.se wrote:
> > > Ok, thanks can you give me a good example on how to write the pl/sql
> >
> > code?
> >
> > > Thanks in advance.
> > >
> > > Roland
> > >
> > > emre.hancioglu_at_eu.effem.com_at_fatcity.com den 2002-04-18 01:10 PST
> > >
> > > Sänd svar till ORACLE-L_at_fatcity.com
> > >
> > > Sänt av: root_at_fatcity.com
> > >
> > > Till: Multiple recipients of list ORACLE-L <ORACLE-L_at_fatcity.com>
> > > Kopia:
> > >
> > > Hi,
> > > You'd better do the following:
> > > * Convert the excel file to .csv file.
> > > * Use utl_file package to read the data and insert to Oracle Tables.
> > >
> > > M.Emre HANCIOGLU
> > > Masterfoods GmbH
> > >
> > > --
> > > Please see the official ORACLE-L FAQ: http://www.orafaq.com
> > > --
> > > Author:
> > > INET: Roland.Skoldblom_at_ica.se
> > >
> > > 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
> > > (or the name of mailing list you want to be removed from). You may
> > > also send the HELP command for other information (like subscribing).
> >
> > --
> > Please see the official ORACLE-L FAQ: http://www.orafaq.com
> > --
> > Author: Charlie Mengler
> > INET: charliem_at_mwh.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
> > (or the name of mailing list you want to be removed from). You may
> > also send the HELP command for other information (like subscribing).

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Jared Still
  INET: jkstill_at_cybcon.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
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).
Received on Fri Apr 19 2002 - 19:28:20 CDT

Original text of this message

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