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:[EMAIL PROTECTED]] > > 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 > > > > [EMAIL PROTECTED] wrote: > > > Ok, thanks can you give me a good example on how to write the pl/sql > > > > code? > > > > > Thanks in advance. > > > > > > Roland > > > > > > [EMAIL PROTECTED]@fatcity.com den 2002-04-18 01:10 PST > > > > > > S�nd svar till [EMAIL PROTECTED] > > > > > > S�nt av: [EMAIL PROTECTED] > > > > > > Till: Multiple recipients of list ORACLE-L <[EMAIL PROTECTED]> > > > 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: [EMAIL PROTECTED] > > > > > > 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: [EMAIL PROTECTED] (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: [EMAIL PROTECTED] > > > > 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: [EMAIL PROTECTED] (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: [EMAIL PROTECTED] 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: [EMAIL PROTECTED] (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).
