Skip to Main Content

SQL Developer

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Error in SQL Developer Scratch Editor (DB2 SQL/PL to PL/SQL)

user11990154Jul 18 2016 — edited Jul 18 2016

I am looking for a tool/utility that can be used by developers to convert the DB2 Code to Oracle, as we're going through a migration effort. I thought I was lucky to see SQL Developer had a utility just for that (Scratch Editor), but it doesn't seem to convert a simple DB2 statement:

select tabschema, tabname, colname, typename, length

from syscat.columns

I get an error -

/**SQLDEV:FAILED TO TRANSLATE

select tabschema, tabname, colname, typename, length

**/

/**SQLDEV:FAILED TO TRANSLATE

from syscat.columns

**/

Is anyone aware of a tool/utility that converts DB2 SQL syntax to corresponding Oracle syntax? Does SQL Developer support this functionality?

Thanks

Raj

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 15 2016
Added on Jul 18 2016
1 comment
841 views