Re: Migrating data from Oracle 9i to PostgreSQL

From: Thomas Pundt <mlists(at)rp-online(dot)de>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Migrating data from Oracle 9i to PostgreSQL
Date: 2006-04-04 12:24:55
Message-ID: 200604041424.56023.mlists@rp-online.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi,

On Tuesday 04 April 2006 14:01, krokodylek(at)tenbit(dot)pl wrote:
| I sure hope I'm asking in the right place...
|
| Is there any automated or semi-automated way of migrating data from Oracle
| database (9.2.0.4) to PostgreSQL one?
|
| I only need the data, nothing else (not stored procedures, indexes, etc.),
| the relations are pretty simple, for example:

you might want to look at the scripts from the contrib/oracle directory from
the PostgreSQL source distribution. It did help me a lot to migrate two
databases from Oracle to PostgreSQL. It might be useful to apply the attached
patch: it escapes some more characters in the generated SQL dump.

Ciao,
Thomas

--
Thomas Pundt <thomas(dot)pundt(at)rp-online(dot)de> ---- http://rp-online.de/ ----

Attachment Content-Type Size
ora2pg.patch text/x-diff 450 bytes

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Anastasios Hatzis 2006-04-04 12:55:42 Self-referencing and inherited table
Previous Message A. Kretschmer 2006-04-04 12:08:01 Re: Migrating data from Oracle 9i to PostgreSQL