Re: Tool for translation of Oracle PL/SQL into Postgresql PL/pgSQL

Поиск
Список
Период
Сортировка
От Guillaume Lelarge
Тема Re: Tool for translation of Oracle PL/SQL into Postgresql PL/pgSQL
Дата
Msg-id 1391712816.2595.1.camel@localhost.localdomain
обсуждение исходный текст
Ответ на Tool for translation of Oracle PL/SQL into Postgresql PL/pgSQL  (suhas_bt022 <suhas_bt022@yahoo.co.in>)
Список pgadmin-hackers
On Wed, 2014-02-05 at 22:37 -0800, suhas_bt022 wrote:
> We are trying to migrate a huge oracle database to postgresql.. I am finally
> stuck with conversion of a huge database with around 250 stored procedures
> .Its very painful procedure to convert plsql to plpgsql manually..
> Anyone worked out a better solution for this ?

ora2pg can help you on this. Probably your best bet. Alas, no tool will
offer you an automatic conversion of every function/procedure/package.


--
Guillaume
http://blog.guillaume.lelarge.info
http://www.dalibo.com



В списке pgadmin-hackers по дате отправления:

Предыдущее
От: suhas_bt022
Дата:
Сообщение: Tool for translation of Oracle PL/SQL into Postgresql PL/pgSQL
Следующее
От: Dave Page
Дата:
Сообщение: pgAdmin III commit: Cleanup some compiler warnings seen with clang on O