convert mysql statements to oracle statements
MSKAug 26 2010 — edited Aug 30 2010Hi
Is there a tool that assists in convering 'mysql' sql statements to 'oracle' sql statements.
For example I have an insert statement in mysql format that inserts 100 records in to a mysql table.
I want to modify that insert statement to oracle readable format.
I can format them manually and use sqlldr but are there any other tools that do this.
I am not sure if sqldeveloper can be used for this because from my understanding, it is used to convert mysql database to oracle database for example but not specific sql statements.
Thanks
MSK