Re: Using oracle stored procedures for postgresql database

Поиск
Список
Период
Сортировка
От John R Pierce
Тема Re: Using oracle stored procedures for postgresql database
Дата
Msg-id 523FBFA2.1040003@hogranch.com
обсуждение исходный текст
Ответ на Re: Using oracle stored procedures for postgresql database  (nikhilruikar <nikhilruikar@gmail.com>)
Список pgsql-general
On 9/22/2013 9:01 PM, nikhilruikar wrote:
>         Thanks for response, but what I am exactly looking at is using stored
> procedures written for oracle as it is for postgres database.
>
>           Is it possible?
>           If not is there any referance document available for converting
> oracle stored procedures to postgresql

EnterpriseDB has a commercial version of Postgres to which has been
added extensive Oracle compatibility.  Its supposed to be able to run
most Oracle pl/sql code with little or no change.

The community open source version of Postgres has a pl/pgsql language,
which is superficially similar to pl/sql, but there are significant
differences, not the least of which it only supports 'functions' and not
'procedures'.


--
john r pierce                                      37N 122W
somewhere on the middle of the left coast



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

Предыдущее
От: nikhilruikar
Дата:
Сообщение: Re: Using oracle stored procedures for postgresql database
Следующее
От: Kaare Rasmussen
Дата:
Сообщение: Re: Tree structure