How to migrate a MySQL database to Oracle database _ MySQL

Source: Internet
Author: User
How to migrate a MySQL database to an Oracle database bitsCN.com:

Tools to be prepared:
1. jdbc driver mysql-connector-java-5.0.4-bin.jar connecting to Mysql
2. SQL Developer 1.2 developed by Oracle Company
The following is how to configure SQL Developer 1.2
Configuration environment:
Select Tools-Preferences-Database-Third Party JDBC Driver and click Add Entry to Add the Mysql jdbc Driver.

Configure the connection between MySQL and Oracle
Right-click Connection and choose New Connection to establish Mysql and Oracle connections respectively.
After the connection is established, you can view your database.
Configure Repository
Choose Migration-> Repository Management-> Create Repository to Create a Repository.

Two data migration methods:

1. Capture the source database or tables
2. Convert the captured database or tables
3. Generate DDL for the new Oracle schema objects
4. Run the generated DDL script to create the new user and objects
5. Copy any data from the source database to the new database, select Migration-> Migration Data select a converted model.
Quick Migration:
Select the table or database you want to migrate and select Migration-> Quick MigratebitsCN.com

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.