简体   繁体   English

将存储过程从PostgreSQL迁移到Oracle

[英]Migrating Stored Procedure from PostgreSQL to Oracle

我想将存储过程从PostgreSQL迁移到Oracle,有人可以建议我做一个免费的工具吗?

Well, SQLDeveloper is free. 好吧,SQLDeveloper是免费的。

But really, if you are moving code from postgresql to oracle, more than likely it's not a simple matter for exporting and importing; 但是,实际上,如果要将代码从postgresql迁移到oracle,则导出和导入不是一件容易的事。 you will need to do some coding. 您将需要进行一些编码。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM