> 데이터 베이스 > MySQL 튜토리얼 > 如何将MySQL的数据库迁移到Oracle数据库_MySQL

如何将MySQL的数据库迁移到Oracle数据库_MySQL

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
풀어 주다: 2016-06-01 13:50:03
원래의
963명이 탐색했습니다.

bitsCN.com   将Mysql数据库迁移到Oracle数据库的具体过程:
 
需要准备的工具:
1.连接Mysql 的jdbc 驱动 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 添加Mysql的jdbc 驱动。
 
配置MySQL和Oracle的连接
点击Connection 右键选择 New Connection 分别建立Mysql 和Oracle连接。
建立好连接后,你就可以查看你得数据库了。
配置Repository
选择 Migration -> Repository Management -> Create Repository 创建 Repository。
 
两种迁移数据的方式:
 
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 MigratebitsCN.com

본 웹사이트의 성명
본 글의 내용은 네티즌들의 자발적인 기여로 작성되었으며, 저작권은 원저작자에게 있습니다. 본 사이트는 이에 상응하는 법적 책임을 지지 않습니다. 표절이나 침해가 의심되는 콘텐츠를 발견한 경우 admin@php.cn으로 문의하세요.
인기 튜토리얼
더>
최신 다운로드
더>
웹 효과
웹사이트 소스 코드
웹사이트 자료
프론트엔드 템플릿