The data synchronization method between Oracle and SQL Server.

Source: Internet
Author: User

Description:

Now there are two systems. One major system uses Oracle, which is called oracleproject. Another system uses SQL Server, which is called sqlserverproject. Now you need to synchronize their data. The primary database is Oracle, and SQL server needs to be updated. The two databases have different data table structures.

How can this problem be solved?

I have never done it before and will gradually write out the solution. Do not give me any suggestions. :) Thank you.

The following method is used: sqlserver database --> Security --> linked servers. Add the Oracle database here. For example, the name of the linked server is LS, the schema of Oracle is lsschema, and the data table is table1. Then, you can use the following statement to query the Oracle data table in sqlserver.

Select * from LS .. lsschema. Table1

Note that ls is followed by two decimal points.

 

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.