vote up 0 vote down star

It there a tool (preferably free) which will translate Oracle's PL/SQL stored procedure language into Postgresql's PL/pgSQL stored procedure language?

flag

54% accept rate

2 Answers

vote up 2 vote down check

There is a tool available at http://pgfoundry.org/projects/ora2pg/ which can be used to transalate Oracle Schemas to Postgres schemas, but I'm not sure if it will also translate the stored procedures. But it might provide a place to start.

link|flag
From the TODO document included in the ora2pg distro... The following need your contribution : - SQL queries converter. - PL/SQL code converter. – dacracot Oct 1 '08 at 16:29
Looking further, it seems it will export packages but there seems to be a lack of confidence that they will work 100%. Worth a try. – dacracot Oct 1 '08 at 16:34
vote up 2 vote down

There's also EnterpriseDB which has a quite a bit of Oracle compatibility to help migration from Oracle. The version with Oracle compatibility is not free but worth a look if you are doing more than just one procedure translation.

link|flag
There's also Fyracle, which is an adaptation of Firebird (nee Interbase) for the same task, IIRC for Compiere. – ConcernedOfTunbridgeWells Oct 3 '08 at 22:57

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.