Tool for translation of Oracle PL/SQL into Postgresql PL/pgSQL - Stack Overflow most recent 30 from stackoverflow.com2009-12-17T22:41:40Zhttp://stackoverflow.com/feeds/question/158310http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/158310/tool-for-translation-of-oracle-pl-sql-into-postgresql-pl-pgsql0Tool for translation of Oracle PL/SQL into Postgresql PL/pgSQLdacracot2008-10-01T15:48:23Z2008-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#1583472Answer by jimoc for Tool for translation of Oracle PL/SQL into Postgresql PL/pgSQLjimoc2008-10-01T15:58:36Z2008-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#1583762Answer by Vinko Vrsalovic for Tool for translation of Oracle PL/SQL into Postgresql PL/pgSQLVinko Vrsalovic2008-10-01T16:07:45Z2008-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>