Re: Migrate from mysql to oracle while using phpbb
I think that if you are having trouble trying to migrate from MySQL to Oracle that perhaps you are not ready for it.
None the less:
use mysqldump to dump your tables and data.
Start Oracle and create a user/schema.
copy and past the mysqldump output into sqlplus and execute it.
Subject
Views
Written By
Posted
4834
October 05, 2006 06:20AM
2350
October 09, 2006 04:38AM
Re: Migrate from mysql to oracle while using phpbb
2396
October 13, 2006 02:45AM
Sorry, you can't reply to this topic. It has been closed.
Content reproduced on this site is the property of the respective copyright holders.
It is not reviewed in advance by Oracle and does not necessarily represent the opinion
of Oracle or any other party.