I would like to migrate my existing mysql db (ver 5) to Oracle DB (11g).
The export scripts provided by phpmyadmin do not seem to work.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I found an answer to this in Oracle Help it self. They have a topic on migrating third party databases, but an easier method is to export your data as .csv files and then import them into oracle.