Re: importing an Oracle database into Postgres - Mailing list pgsql-general

From Matthew Hixson
Subject Re: importing an Oracle database into Postgres
Date
Msg-id CEC8CE15-CB4D-400B-A114-082434187244@poindextrose.org
Whole thread Raw
In response to Re: importing an Oracle database into Postgres  (David Fetter <david@fetter.org>)
List pgsql-general
Hi David, it looks to me like this tool makes an external data source
appear to live within Postgres.  What I want to do is dump an Oracle
database and replace it with Postgres.  From that point on I don't
ever want to see Oracle again.  Can your software be used to
accomplish that goal?
   Thanks,
    -M@

On Dec 28, 2005, at 1:10 PM, David Fetter wrote:

> On Wed, Dec 28, 2005 at 12:12:06PM -0800, Matthew Hixson wrote:
>> What's the best way to import an Oracle database into Postgres?  I'm
>> using Oracle 8.1 and Postgres 8.1.1.
>
> DBI-Link. http://pgfoundry.org/projects/dbi-link/
>
> Let me know if you have questions or problems along the way :)
>
> Cheers,
> D
> --
> David Fetter david@fetter.org http://fetter.org/
> phone: +1 415 235 3778
>
> Remember to vote!
>
> ---------------------------(end of
> broadcast)---------------------------
> TIP 2: Don't 'kill -9' the postmaster
>


pgsql-general by date:

Previous
From: Trent Shipley
Date:
Subject: Re: WAL logs multiplexing?
Next
From: "Ted Byers"
Date:
Subject: Re: Final stored procedure question, for now anyway