Re: Oracle Package equivalent in Postgres

Поиск
Список
Период
Сортировка
От MichaelDBA
Тема Re: Oracle Package equivalent in Postgres
Дата
Msg-id f459859b-4087-4b76-8bcb-3a70d732dfab@sqlexec.com
обсуждение исходный текст
Ответ на Oracle Package equivalent in Postgres  (Firthouse banu <penguinsfairy@gmail.com>)
Ответы Re: Oracle Package equivalent in Postgres  (JC JC <shekharjchandra@hotmail.co.uk>)
Список pgsql-admin
Hi,

ora2pg is a standard way to migrate stuff from ORA to PG.  It also will 
attempt to translate packages/procs/funcs from PL/SQL to PL/pgSQL.  For 
packages, the output can be separate files with 
package_name_func/proc_name, or you can group packages into separate 
output directories where you can subsequently load them into separate PG 
schemas to distinguish one ORA package from another.

Regards,
Michael Vitale


Firthouse banu wrote on 8/6/2020 8:22 AM:
> Hi Postgres master minds,
>
> Am currently working on migrating databases from  oracle to Postgres.
> Am going to work on crons and packages in oracle which needs to be 
> converted in Postgres. How to convert package in oracle to Postgres. 
> Is there any equivalent in Postgres if not how it works in Postgres.
>
> Eagerly  waiting for replies.
>
> Thanks
>




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

Предыдущее
От: Holger Jakobs
Дата:
Сообщение: Re: Oracle Package equivalent in Postgres
Следующее
От: JC JC
Дата:
Сообщение: Re: Oracle Package equivalent in Postgres