how to convert oracle DDL to mysql DDL
843854Jan 12 2004 — edited Jan 13 2004Dear friends,
I have Oracle 9.2.0 DDL, (not complexity, no BLOB or CLOB data type, but have foreign key constrains), I want to convert it to mysql DDL, so I can create mysql database using this DDL. could someone give a hint of how to convert it? thank you very much in advance!
besides, could some one tell me if I can get oracle 9.2.0 DDL through JDBC? how?
thanks again!