如何将MySQL数据库迁移到Oracle数据库
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了如何将MySQL数据库迁移到Oracle数据库相关的知识,希望对你有一定的参考价值。
参考技术A 【赛迪网-IT技术报道】mysql数据库迁移Oracle数据库具体程:需要准备工具:1.连接Mysqljdbc
驱
mysql-connector-java-5.0.4-bin.jar
2.Oracle公司发SQL
Developer
1.2
面配置SQL
Developer
1.2
配置环境:选择Tools-Preferences
-Database-Third
Party
JDBC
Driver
点击
Add
Entry
添加Mysqljdbc
驱
配置MySQLOracle连接
点击Connection
右键选择
New
Connection
别建立Mysql
Oracle连接
建立连接查看数据库
两种迁移数据式: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.
快速迁移:
选择要迁移表或数据库选择Migration
->
Quick
Migrate
(责任编辑:卢兆林)
以上是关于如何将MySQL数据库迁移到Oracle数据库的主要内容,如果未能解决你的问题,请参考以下文章
怎么将数据库从Oracle迁移到SQL Server,或从Oracle迁移到MySQL
数据库迁移系列从Oracle迁移到openGauss实战分享
请问如何将oracle数据库中的数据迁移到mysql数据库中? 谢谢