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