in reply to
Convert Mysql tables to Oracle
SQL::Translator
can do that. Try something like:
sqlt -f MySQL -t oracle schema-mysql.sql > oracle
Boris
Comment on
Re: Convert Mysql tables to Oracle
In Section
Seekers of Perl Wisdom