Oracle:db-link use

Source: Internet
Author: User

Two Oracle instance, if you need to directly query the data on another instance on a instance, use the Db-link

Create:

Create  Public Database Link name    to  by Password   ' ( DESCRIPTION = (      ADDRESS = (PROTOCOL = TCP) (HOST = server IP) (PORT = 1521))       (Connect_data =        (server = Dedic ATED)        (service_name =  orcltest))';

This creates a db-link, the above "link name", "User name", "password" and other parameters, we adjust it (Note: User name/password refers to the connection to another instance on the user name/password)

Use:

Select *  from table name @ link name

If you think "@ link name " is too cumbersome, you can use synonyms to simplify the operation

Oracle:db-link use

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.