MySQL Forums
Forum List  »  Oracle

Re: Migrate from mysql to oracle while using phpbb
Posted by: Richard Ward
Date: October 13, 2006 02:45AM

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.

Options: ReplyQuote


Subject
Views
Written By
Posted
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.