Business needs, the MySQL database content needs to be migrated to the Oracle database, the amount of data around 300g, for convenience, through the Oracle own tools Sqldeveloper Migration, the steps are as follows:
Download the mysql-connector-java-5.1.24 driver and store it in the C:\sqldeveloper\jlib directory
Configuring Mysql-connector third-party drivers
650) this.width=650; "src=" Http://s2.51cto.com/wyfs02/M01/76/9D/wKioL1ZX0k2TavhPAACyZpDAbT0993.png "title=" QQ picture 20151127114518.png "alt=" Wkiol1zx0k2tavhpaacyzpdabt0993.png "/>
Link MySQL and Oracle databases
650) this.width=650; "src=" Http://s3.51cto.com/wyfs02/M00/76/9F/wKiom1ZX8PaTt-iVAACFyHrjhos437.png "title=" 12.png "alt=" Wkiom1zx8patt-ivaacfyhrjhos437.png "/>
650) this.width=650; "src=" Http://s3.51cto.com/wyfs02/M01/76/9E/wKioL1ZX8WOTwUgrAAB7EG3qrAM976.png "title=" QQ picture 20151127135613.png "alt=" Wkiol1zx8wotwugraab7eg3qram976.png "/>
Create MySQL Migration library
Create Oracle Migration User
Create user Migrater identified by ******* defualt tablespace migration;
You can give DBA authority directly if you don't know what permissions you need to assign
Grant DBA to Migrater;
Sqldeveloper links with Migrater users
650) this.width=650; "src=" Http://s4.51cto.com/wyfs02/M02/76/A3/wKiom1ZYEYKRjnr0AAIK3PVi_T0213.jpg "title=" QQ picture 20151127155932.jpg "alt=" Wkiom1zyeykrjnr0aaik3pvi_t0213.jpg "/>
650) this.width=650; "src=" Http://s3.51cto.com/wyfs02/M01/76/A3/wKiom1ZYEdqCGH9DAAJW4Vqz9UI557.png "title=" QQ picture 20151127161256.png "alt=" Wkiom1zyedqcgh9daajw4vqz9ui557.png "/>
650) this.width=650; "src=" Http://s4.51cto.com/wyfs02/M01/76/A3/wKiom1ZYEf2B-D4gAAJj6Lh4TTw846.png "title=" QQ picture 20151127161423.png "alt=" Wkiom1zyef2b-d4gaajj6lh4ttw846.png "/>
650) this.width=650; "src=" Http://s4.51cto.com/wyfs02/M02/76/A2/wKioL1ZYEn-BeOs7AAGF8kLMRfc007.jpg "title=" QQ picture 20151127161517.jpg "alt=" Wkiol1zyen-beos7aagf8klmrfc007.jpg "/>
650) this.width=650; "src=" Http://s5.51cto.com/wyfs02/M01/76/A3/wKiom1ZYEkvAzugiAADEVheMxRA691.png "style=" float: none; "title=" QQ picture 20151127161531.png "alt=" Wkiom1zyekvazugiaadevhemxra691.png "/>
650) this.width=650; "src=" Http://s3.51cto.com/wyfs02/M02/76/A3/wKiom1ZYEkzQ0S6hAAC0mppqcpU848.png "style=" float: none; "title=" QQ picture 20151127161554.png "alt=" Wkiom1zyekzq0s6haac0mppqcpu848.png "/>
650) this.width=650; "src=" Http://s1.51cto.com/wyfs02/M00/76/A3/wKiom1ZYEk2TxuOGAACuamQQdIc156.png "style=" float: none; "title=" QQ picture 20151127161617.png "alt=" Wkiom1zyek2txuogaacuamqqdic156.png "/>
650) this.width=650; "src=" Http://s1.51cto.com/wyfs02/M01/76/A3/wKiom1ZYEk7g_hWrAACr_nKZcxY607.png "style=" float: none; "title=" QQ picture 20151127161635.png "alt=" Wkiom1zyek7g_hwraacr_nkzcxy607.png "/>
5. Follow the steps to select each field in the conversion entry from MySQL to Oracle conversion rules, after the configuration is completed in the Oracle Library will generate a MySQL database name of the same schema, which is the data to be converted.
Finally use the data pump to import more, the schema type design as you need the structure!
This article is from the "DBA Sky" blog, so be sure to keep this source http://kevinora.blog.51cto.com/9406404/1717513
MySQL migration Oracle Tools SQL Developer