mysql数据迁移(mysql数据迁移方案)
2023-04-26 · 百度认证:重庆猪八戒网络有限公司官方账号
将Mysql数据库迁移到Oracle数据库的具体过程:需要准备的工具:1
连接Mysql的jdbc驱动mysql-connector-java-5
0
4-bin
jar2
Oracle公司开发的SQLDeveloper1
2下面就是配置SQLDeveloper1
2配置环境:选择Tools-Preferences-Database-ThirdPartyJDBCDriver点击AddEntry添加Mysql的jdbc驱动
配置MySQL和Oracle的连接点击Connection右键选择NewConnection分别建立Mysql和Oracle连接
建立好连接后,你就可以查看你得数据库了
两种迁移数据的方式:1
Capturethesourcedatabaseortables2
Convertthecaptureddatabaseortables3
GenerateDDLforthenewOracleschemaobjects4
RunthegeneratedDDLscripttocreatethenewuserandobjects5
Copyanydatafromthesourcedatabasetothenewdatabase,selectMigration- 快速迁移:选择你要迁移的表或数据库,选择Migration- OK
2024-11-14 广告