We need to migrate our database from MSSQL to Oracle and we have over 100 stored procedures written in PL/SQL TSQL. I know its a long shot, but has anybody ever successfully used an automatic migration tool to do the work? I’ve seen some tools on the web, but I have no way to judge their ability to handle various code. Any personal experience in the matter would help.
We need to migrate our database from MSSQL to Oracle and we have over
Share
However, there are some optimisation that may be required to perform after the conversion is done. So, you should consider revising the conversion after it is done.
EDIT #1
Another interesting tool would be:
Spectral Core’s Full Convert Enterprise
Unfortunately not. I have just performed conversions to SQL Server using SSIS.
EDIT #2
There seems to be a more appropriate tool directly from Oracle that I would better trust.
Directly from Oracle: Migrating from Microsoft SQL Server to Oracle
And the core features:
Displays informational, error, and warning messages about the migration in a progress window.
If you take a look as what SQL Server doesn’t offer in comparison to Oracle, these are points where I would look first. In order to know these differences, follow the
3. Convert SQL Server T-SQL to Oracle PL/SQL (syntax and equivalences)link above.