Title: RE: [GENERAL] anyone use Ora2Pg?

--howdy - thanks for the reply ...

--i had tried to use 'copy', but it was taking
--so long ... it took over a weekend to load
--about the same amount of records as using 'insert' (i have
--been running this program for over 2 days and only
--have 2800 records to show out of 1/2 a million records).

--i was looking for something faster.  could be my server ...
--looking at the system usage, it doesn't seem very high.

-X

-----Original Message-----
From: Stephen Frost [mailto:[EMAIL PROTECTED]]

* Johnson, Shaunn ([EMAIL PROTECTED]) wrote:
> Has anyone used the Ora2Pg tool for exporting
> data to PostgreSQL?  I'm trying to move data
> over, and my perl script to insert records
> into the PostgreSQL table is going very slowly.

Use copy?  I'm pretty sure that's what I did...

        Stephen

Reply via email to