DM (Dameng) database and other databases (mysql, sqlserver...) table migration

The DM (Dameng) database and other database tables are migrated to each other.
When working on a project, the tables and data used by the two projects are the same, but the databases are different. At this time, in order to save time, you can directly import the tables between the library and the quality inspection of the library. and data increase efficiency.
The database can be divided into DM (Dameng) and others , why do you say that? Because Dameng is a domestic database, the management interface and other databases cannot be used universally. Other databases can be connected with navicat, a management tool, but Dameng can only use the management tools provided by itself.
Not much nonsense, the following will introduce the method of DM (Dameng) and other databases to invert tables and data, and other databases to invert tables and data to each other.

First: Migration between DM (Dameng) and other database tables and data.
First of all, you must have data migration. You must have DM's library and other libraries, and then use the database migration tool provided by DM.
insert image description here
This is the stuff.
Step 1 after logging in
: Click here to create a new project. After the construction
insert image description here
insert image description here
is completed, it will look like this
insert image description here
2: Right-click "Migration" and select "New Migration"
insert image description here

After clicking OK, the following picture will appear, just click the next step
insert image description here
and then the key comes.
3: insert image description here
Select the operation you want here, transfer in or out
4: Enter the source database connection insert image description here
5: After clicking Next, enter the destination database information
insert image description here
6: After clicking Next, all libraries in the source database will be displayed, you need to select The mode of the table to be transferred, select the driver and character set below:
insert image description here
7: insert image description here
8: Then click Finish to start migrating database tables and data.

Second: Migration between other database tables and data (mysql, oracle).
I personally think that navicat is a tool that is easy to use. You can connect to different databases for use at the same time.
After logging in, click Tools-Data Transfer
insert image description here
and then connect the data source database and target database.
insert image description here
Select the table to be synchronized, and click Start.
insert image description here
Personal study notes are for reference only.

Guess you like

Origin blog.csdn.net/weixin_51114236/article/details/126401177