How to convert MS SQL Server 2008 Stored Procedures to Oracle 11g SPs?
We have a MS SQL Server 2008 application. We want to migrate it to Oracle 11g.
What is the Oracle recommended method for
(1.) Data migration (Tables, triggers, sequences, views etc.)
(2.) Stored Procedure migration.
What is the recommended tool or method pls??
We have 100s of MS Sql Server stored procedures. So, need a tool or method. We can't re-write all of them from scratch.