Hi,
Is there a Free tool to convert MySql-5.0 SQL
to Oracle-10g SQL
?
thanx in advance,,,
Hi,
Is there a Free tool to convert MySql-5.0 SQL
to Oracle-10g SQL
?
thanx in advance,,,
I have used SQLFairy in the past, however, I think it has not been updated in some time.
Could be worth a try still. http://sqlfairy.sourceforge.net/
A lot of it depends on how closely your code meets ansi 92
You can try Oracle's SQL Developer Migration (which is a free product). The docs say it will help migrate Microsoft Access, Microsoft SQL Server, MySQL and Sybase to Oracle:
http://www.oracle.com/technology/tech/migration//workbench/index%5Fsqldev%5Fomwb.html
SQLFairy will do a better job of converting the schema - but it will not convert data. Oracle's SQL Developer Migration tool will convert both - I have used both of them - first the schema - then the data.