Tool for translation of Oracle PL/SQL into Postgresql PL/pgSQL - Stack Overflow most recent 30 from stackoverflow.com 2009-12-17T22:41:40Z http://stackoverflow.com/feeds/question/158310 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/158310/tool-for-translation-of-oracle-pl-sql-into-postgresql-pl-pgsql 0 Tool for translation of Oracle PL/SQL into Postgresql PL/pgSQL dacracot 2008-10-01T15:48:23Z 2008-10-01T16:17:48Z <p>It there a tool (preferably free) which will translate Oracle's PL/SQL stored procedure language into Postgresql's PL/pgSQL stored procedure language?</p> http://stackoverflow.com/questions/158310/tool-for-translation-of-oracle-pl-sql-into-postgresql-pl-pgsql/158347#158347 2 Answer by jimoc for Tool for translation of Oracle PL/SQL into Postgresql PL/pgSQL jimoc 2008-10-01T15:58:36Z 2008-10-01T15:58:36Z <p>There is a tool available at <a href="http://pgfoundry.org/projects/ora2pg/" rel="nofollow">http://pgfoundry.org/projects/ora2pg/</a> 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.</p> http://stackoverflow.com/questions/158310/tool-for-translation-of-oracle-pl-sql-into-postgresql-pl-pgsql/158376#158376 2 Answer by Vinko Vrsalovic for Tool for translation of Oracle PL/SQL into Postgresql PL/pgSQL Vinko Vrsalovic 2008-10-01T16:07:45Z 2008-10-01T16:17:48Z <p>There's also <a href="http://www.enterprisedb.com" rel="nofollow">EnterpriseDB</a> 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.</p>