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: KENNETH JANUSZ <kjanusz_at_att.net>
Date: Thu, 18 Apr 2002 07:48:34 -0800
Message-ID: <F001.0044802F.20020418074834@fatcity.com>


I have found that using tilde (~) delimited flat files a safe way to go with SQL*Loader. You won't find any data using tildes.

Ken Janusz, CPIM

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: Koivu, Lisa
  INET: lisa.koivu_at_efairfield.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: KENNETH JANUSZ
  INET: kjanusz_at_att.net

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 Thu Apr 18 2002 - 10:48:34 CDT

Original text of this message

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