SQL SERVER SP to ORACLE

  • hi all,

    I have to migrate stored procedure created in sql server to ORACLE 10g.

    I done with searching google but no helpful links.

    Can any give me hint to do it?

    Thanks,

    Neerav

  • I'm not aware of any tool able to convert your code from T-SQL to PL/SQL, I think you will have to do it manually.

    If such a tool existed, anyway, I would never trust it enough to make that translated code to production without checking it, that could be the exact same cost as porting manually.

    Regards

    Gianluca

    -- Gianluca Sartori

  • You can always try Oracle Migration Workbench but the naked truth is most of the time you would have to rewrite the procedure from scratch. Read the SQL Server version, understand what it does then write the Oracle version.

    _____________________________________
    Pablo (Paul) Berzukov

    Author of Understanding Database Administration available at Amazon and other bookstores.

    Disclaimer: Advice is provided to the best of my knowledge but no implicit or explicit warranties are provided. Since the advisor explicitly encourages testing any and all suggestions on a test non-production environment advisor should not held liable or responsible for any actions taken based on the given advice.

Viewing 3 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply