Oracle Cross-server query inserts data

Source: Internet
Author: User

To implement data synchronization in this way by insert into the table data in the current library table Select Remote Library, the Oracle service is configured, and both remote and local services are Oracle

Insert data in the current library

?
1 2 Create Public database link Remotedb connect to username identified by password using ' db '; Create Public database link Curdb connect to username identified by password using ' Curdb ';

Where DB,CURDB is configured alias "Note that this needs to be configured on the server side of the Tnsnames.ora, if it is configured in the client Tnsnames.ora, then TNS: Unable to resolve the specified connection identifier"

Second, then you can write the statement directly

?
1 2 Insert into Tb@curdb (field) Select field from Tb@remotedb where rownum<=3

The key to this configuration is that the Tnsnames.ora needs to be configured on the server side, not on the client

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.