Is there a tool (preferably free) which will translate Oracle’s PL/SQL stored procedure language into Postgresql’s PL/pgSQL stored procedure language?
Is there a tool (preferably free) which will translate Oracle’s PL/SQL stored procedure language
Share
There is a tool available at http://ora2pg.darold.net/ 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.