Re: oracle to postgresql conversion tool

From: Pawan Sharma <pawanpg0963(at)gmail(dot)com>
To: Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com>
Cc: Marcin Giedz <marcin(dot)giedz(at)arise(dot)pl>, "pgsql-general(at)postgresql(dot)org >> PG-General Mailing List" <pgsql-general(at)postgresql(dot)org>
Subject: Re: oracle to postgresql conversion tool
Date: 2018-02-22 06:00:33
Message-ID: CAKqG8NVWCv8vgaptxD5C_4fx3gRL_k9M7+JN4ensgx-MM_A8Sw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Feb 22, 2018 11:16 AM, "Pavel Stehule" <pavel(dot)stehule(at)gmail(dot)com> wrote:

Hi

2018-02-22 5:59 GMT+01:00 Marcin Giedz <marcin(dot)giedz(at)arise(dot)pl>:

> Hi, there are at least 5 tools I found on the PG list but could you
> recommend well tested, free one ? we need to migrate production 30GB oracle
> 11 db to postgres 9 and are looking for best approach. Of course if there
> is no free/open solution any commercial & recommended tool is always
> welcome.
>

Hard to say, what is the best approach. I used ora2pg on 60GB database with
thousands views, thousands procedures without problems. It is not too fast,
but just works

Regards

Pavel

>
> Thank you
> Marcin
>

Hi Pavel,

You can easily migrate table,view,index's,mview ..etc using any migration
tool, but you need to work some how on plsql objects like procedure,
trigger, function.etc

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Michael Paquier 2018-02-22 06:16:39 Re: initdb when data/ folder has mount points
Previous Message Pavel Stehule 2018-02-22 05:45:25 Re: oracle to postgresql conversion tool