Re: Oracle to PostgreSQL Migration - Need Information

From: CS DBA <cs_dba(at)consistentstate(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Oracle to PostgreSQL Migration - Need Information
Date: 2015-07-08 20:25:47
Message-ID: 559D874B.3030203@consistentstate.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 07/08/2015 02:20 PM, John R Pierce wrote:
> On 7/8/2015 1:16 PM, dinesh kumar wrote:
>> We recently done the similar migration for one of our customer. We
>> used all opensource tools to achieve this migration process.
>>
>> We used Pentaho Data Integration tool for doing Online DB migration,
>> which took minimal downtime with CDC{Change Data Capture} approach.
>> Also, we used Ora2Pg tool to migrate the DB objects with some manual
>> syntax modifications.
>>
>
> thats the easy part.
>
> now what about the massive code base of pl/sql and triggers he
> mentioned ?
>
>
>
Have you considered using ora2pg?
http://ora2pg.darold.net/

We've done several client migrations with it, quite successfully

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message dinesh kumar 2015-07-08 20:26:45 Re: Oracle to PostgreSQL Migration - Need Information
Previous Message John R Pierce 2015-07-08 20:20:44 Re: Oracle to PostgreSQL Migration - Need Information