Microsoft T-SQL to Oracle SQL translation

后端 未结 12 1262
醉酒成梦
醉酒成梦 2020-12-01 05:28

I\'ve worked with T-SQL for years but I\'ve just moved to an organisation that is going to require writing some Oracle stuff, probably just simple CRUD operations at least u

12条回答
  •  离开以前
    2020-12-01 06:06

    If you're doing a one-off conversion, rather than trying to support two versions, you must look at Oracle Migration Workbench. This tool works with Oracle's SQLDeveloper (which you really should have if you are working with Oracle). This does a conversion of the schema, data, and some of the T-SQL to PL/SQL. Knowing both well, I found it did about an 80% job. Good enough to make it worth while to convert the bulk of procedures, and hand convert the remainder "tougher" unknown parts.

提交回复
热议问题