开发者

Migrating Stored Procedure from PostgreSQL to Oracle

开发者 https://www.devze.com 2023-02-26 10:06 出处:网络
I would like to migrate the Stored Procedure from PostgreSQL to Oracle, c开发者_如何学JAVAan someone suggest me a free tool for doing it ?Well, SQLDeveloper is free.

I would like to migrate the Stored Procedure from PostgreSQL to Oracle, c开发者_如何学JAVAan someone suggest me a free tool for doing it ?


Well, SQLDeveloper is free.

But really, if you are moving code from postgresql to oracle, more than likely it's not a simple matter for exporting and importing; you will need to do some coding.

0

精彩评论

暂无评论...
验证码 换一张
取 消