[GENERAL] Using oracle stored procedures for postgresql database

2013-09-20 Thread nikhilruikar
Hi I am planning to migrate oracle database to postgres. I need to know if there are any plugins or tool with which I can use stored procedures written in oracle schema for postgres with out changing them. Thanks in advance -- View this message in context: http://postgresql.1045698.n5.n

Re: [GENERAL] Using oracle stored procedures for postgresql database

2013-09-22 Thread nikhilruikar
hi all 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 Tha