Re: Oracle to PostgreSQL Migration - Need Information - Mailing list pgsql-general

From dinesh kumar
Subject Re: Oracle to PostgreSQL Migration - Need Information
Date
Msg-id CALnrH7rM4GUu1jP6m0Prx+f1JE-PZDW+vAfSZ5vVhPMvc52r4w@mail.gmail.com
Whole thread Raw
In response to Oracle to PostgreSQL Migration - Need Information  (Tim Clotworthy <tclotworthy@bluestonelogic.com>)
Responses Re: Oracle to PostgreSQL Migration - Need Information  (John R Pierce <pierce@hogranch.com>)
List pgsql-general
Hi,

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.

Regards,
Dinesh

On Wed, Jul 8, 2015 at 12:24 PM, Tim Clotworthy <tclotworthy@bluestonelogic.com> wrote:
Hello, 
 
I have a customer that is about to undertake a migration of an Oracle 11g 
database to PostgreSQL 9.x (exact version to be determined). I am talking 
not only of the migration of schemas and data, but also of a substantial 
codebase of Pl/SQL stored procedures, as well as many triggers. 
 
I don't think they know yet what they are up against. Everything I have 
read is that this is a very substantial effort. At this stage, they would 
be particularly interested in realistic and practical information on how to 
estimate the effort required as well as any best-practices or guidance on 
transition strategies. 
 
I have found official documentation on the PostgreSQL site for porting 
Pl/SQL to PL/pgSQL. This is excellent technical documentation. However, 
there success will require that they are well prepared realistically 
understanding the scope of the effor they are asbout to undertake. 
 
Thanks for any response! 

pgsql-general by date:

Previous
From: John McKown
Date:
Subject: Re: Oracle to PostgreSQL Migration - Need Information
Next
From: John R Pierce
Date:
Subject: Re: Oracle to PostgreSQL Migration - Need Information