Re: Trouble migrating from PostgreSQL --> Oracle

From: "Jim C(dot) Nasby" <jim(at)nasby(dot)net>
To: "matthew(dot)d(dot)williams(at)gmail(dot)com" <matthew(dot)d(dot)williams(at)gmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Trouble migrating from PostgreSQL --> Oracle
Date: 2006-11-14 19:48:26
Message-ID: 20061114194826.GP90133@nasby.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Tue, Nov 14, 2006 at 06:08:44AM -0800, matthew(dot)d(dot)williams(at)gmail(dot)com wrote:
> Good morning,
>
> I've recently just inherited a PostgreSQL database that is a back end
> for some logistics software we use here. We have our own Oracle
> servers in our group on faster machines with automated backup so we
> would like to move all the data over to Oracle.
>
> The software came with scripts to create the owners, tables and
> permissions in Oracle but when using "pgAdmin" (Windows client being
> used to administer the PostgreSQL database at the moment) export
> feature which dumps the entire database in form of insert statements,
> seems to not carry over everything we need (lots of data is missing
> from the application).
>
> Can anyone recommend a clear cut way to migrate the data over? We're
> generating and importing a text file with almost a gig worth of import
> statements but we're figuring there has to be a easier way that will
> not only bring over all the data but do it more effeciently as well.

If you just need to get an initial load into PostgreSQL, you could
probably use EnterpriseDB to do it. Load the stuff into EnterpriseDB
with the Oracle scripts and then try pg_dumping from there into
PostgreSQL (might work better using the community pg_dump; I suspect our
version has been changed to support Oracle-isms).

There's also an Oracle to PostgreSQL migration program floating around
somewhere; I think you can theoretically just run the creation scripts
through it.
--
Jim Nasby jim(at)nasby(dot)net
EnterpriseDB http://enterprisedb.com 512.569.9461 (cell)

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Jim C. Nasby 2006-11-14 19:49:41 Re: autovac hung/blocked
Previous Message Erik Jones 2006-11-14 19:45:03 Re: database design ...