I have a problem , I want to transfer some very big
tables from mysql to oracle .
I created some text files via export utility in mysql
(text files contain only sql statements like insert)
and after that I ran them in oracle but before running
in oracle I have to publish them for some syntax
correction and it takes so long.Is there any method to
transfer data directly?