用于将Oracle PL/SQL转换为Postgresql PL/pgSQL的工具

问题描述:

是否有一个工具(最好是免费的)将Oracle的PL/SQL存储过程语言转换为Postgresql的PL/pgSQL存储过程语言?

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

http://上有可用的工具ora2pg.darold.net/可以用于将Oracle模式转换为Postgres模式,但是我不确定是否还会转换存储过程. 但这可能是一个起点.

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.