oracle export and import each table mysql

Navicat Oracle database to make a successful connection, to import into Mysql in the Oracle database.

## a. To download and activate Navicat

Navicat Premium version 12 Download
32 Download
64 Download
activation file Click to download, Password: 3dhp
## two view Oracle version
required depending on the Oracle version and the number of bits to determine the OCI interface to download the file, otherwise it will not take effect ( The essential)!
Select * from v executed in Sqllite or PlSQL view the version information in $ version

 

## III. Download Navicat Oracle interface file support

Oracle found under the step version, download version of the same or similar to, if not entered into force, more than a few approximate download version to try.

OCI files Download
32: Download
win64 bit Download
## four Navicat configuration of OCI environment.
Open Tools -> Options -> Environment:
In SQL * Plus, select the Oracle installation directory BIN \ sqlplus.exe
in OCI environment , select the downloaded file in the previous step oci.dll file
save and restart to take effect Navicat!


## V. Test Navicat Oracle database connection

 

## six export Oracle databases to Mysql
select Tools -> Data Transfer:

Create a Mysql database in advance, and then select the source for the Oracle database, Mysql database objectives:

Select the table to be exported, and then click Start:

Export Success:

NOTE: Mysql and Oracle databases, different types of dates, oracle MysQL corresponding to the date of DATETIME, if problems arise, then the database will be introduced in the modified field types.
----------------
Disclaimer: This article is CSDN blogger original article "brain patch", and follow CC 4.0 BY-SA copyright agreement, reproduced, please attach the original source and this link statement.
Original link: https: //blog.csdn.net/x541211190/article/details/79662520

Guess you like

Origin www.cnblogs.com/hsz1124/p/11685940.html