Re: Move From Oracle DB to PostgreSQL DB

From: Stephen Frost <sfrost(at)snowman(dot)net>
To: gene(dot)poole(at)macys(dot)com
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Move From Oracle DB to PostgreSQL DB
Date: 2011-03-14 19:37:17
Message-ID: 20110314193717.GU4116@tamriel.snowman.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Gene,

* gene(dot)poole(at)macys(dot)com (gene(dot)poole(at)macys(dot)com) wrote:
> Is there a recent tutorial, white paper, how to on move/migrate from
> Oracle to PostgreSQL?

It's typically "not hard", but it depends on what you're doing w/
Oracle. Specifically, things like stored procedures (PL/SQL) may
require updates, if you're using RAC under Oracle, etc.

> I can get the Oracle schema DDL by pointing our
> Data Modeling software at the Red Hat Satellite server and extracting the
> DDL. It will take that Oracle DDL and convert it to PostgreSQL, but only
> version 8.x, and we were planning on looking at the open source PostgreSQL
> 8. Are the differences between versions that great?

The differences are signifigant enough that I wouldn't start with an old
major version if you have the option. I'd recommend looking at 9.0.3 to
start, or at least 8.4.7. I've found that Ora2Pg works quite well for
getting the schema and data across.

Thanks,

Stephen

In response to

Browse pgsql-general by date

  From Date Subject
Next Message John R Pierce 2011-03-14 19:37:53 Re: Move From Oracle DB to PostgreSQL DB
Previous Message Andrew Sullivan 2011-03-14 19:37:00 Re: Move From Oracle DB to PostgreSQL DB