Hi,
i'm need to convert my oracle database to mysql. Do you know is there any converter for that?
Thanks in advance...
Printable View
Hi,
i'm need to convert my oracle database to mysql. Do you know is there any converter for that?
Thanks in advance...
I can't recommend a converter per se, but writing a short script to convert the schema shouldn't be too hard (I'd done this a few times and while it was a bit painful, wasn't too bad). Quite a bit of the syntax is the same, the bigger hurdles are taking care of things such as CLOB's and Sequences in Oracle to Text and auto_increment in MySQL. If you've got foreign key constraints make sure you use an InnoDB engine.