Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Migrating SQL server Stored procs to Oracle

Status
Not open for further replies.

Guest_imported

New member
Jan 1, 1970
0
Is there any utility that can help migrate stored procedures written in SQL server to Oracle 8i, given that the tables/columns are same in both the RDBMS?
 
In my research into various DBMS utilities, I've encountered some were the tool itself would work for both, but could not automatically change the code from one to the other.

There are substantial differences between PL/SQL and T-SQL, and I'd be surprised if there was an automated conversion tool available. Robert Bradley
Sr. DBA, some big company
cheap prints and oil paintings:
 
Hiya,

I have to say that if there is one, I have not heard about it. I have been part of a team that spend 5 months converting from MS-SQL to Oracle 8i, and all the stored procs basically had to be re-written from scratch to allow for the differences between PL/SQL and T-SQL. However, it does offer you opportunities to sort out any problems and take advantage of the features offered by PL/SQL.

Tim
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top