Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: Import data from Excel or Lotus to Oracle 8i

Re: Import data from Excel or Lotus to Oracle 8i

From: RCS <r-stadhe_at_online.no>
Date: Sun, 6 Feb 2000 23:43:09 +0100
Message-ID: <aXmn4.23858$in5.434189@news1.online.no>


I have just done something similar ( I have transferred about 10 000 rows from Excel onto Oracle), and I used Python.

I accessed Excel using COM for Python, and for transferring the data to Oracle I used Oracle bindings for Python.

Everything is downloadable (for free, it's open source) from the Python homepage, http://www.python.org, and the whole process went as easy as a breeze!

You should be able to pick up Python fairly easily if you know Visual Basic (I just started to learn Python around this Christmas myself), and you'll have learnt a tool that is VERY useful.

Regards,
RCS Lesley Boughner <lesley_at_vimich.com> wrote in message news:876tn802oab_at_enews4.newsguy.com...
> Hello everyone!
> Please excuse my lack of knowledge in Oracle 8i, I've just been put on
this
> project 2 days ago and I must admit I'm a little overwhelmed. We're in a
> crunch and I don't have a lot of time to take my time and research and
learn
> oracle the way I'd like to.
>
> I'm looking for the best way to import data from Lotus or Excel (doesn't
> matter whichever is easier, the data is currently in DataEase) into Oracle
> 8i. Do I have to write batch files or a VB procedure? (I'm a vb
programmer
> so that's what I know) Could anyone point me in the right direction - to
> articles or a book in particular that would help me with.
>
> Thank you in advance for any suggestions.
> Lesley Boughner
>
>
Received on Sun Feb 06 2000 - 16:43:09 CST

Original text of this message

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