Specific steps for implementing Oracle cross-Server

Source: Internet
Author: User

The following articles mainly describe the specific Oracle cross-server operations. This article mainly uses the actual application code to introduce the specific Oracle cross-server operation solution, the following describes the specific content of the article. I hope you will gain some benefits after visiting the article.

 
 
  1. SQL code
  2. Create public database link test_link
  3. Connect to test
  4. Identified by "test"
  5. Using '(DESCRIPTION =
  6. (ADDRESS_LIST =
  7. (ADDRESS = (PROTOCOL = TCP) (HOST = 192.168.1.101) (PORT = 1521 ))
  8. )
  9. (CONNECT_DATA =
  10. (SERVICE_NAME = ora9i)
  11. )
  12. )';

Create public database link name

Connect to user name

Identified by "password"

 
 
  1. Using '(DESCRIPTION =
  2. (ADDRESS_LIST =
  3. (ADDRESS = (PROTOCOL = TCP) (HOST = ADDRESS) (PORT = PORT ))
  4. )
  5. (CONNECT_DATA =
  6. (SERVICE_NAME = SID)
  7. )
  8. )';

The above content describes Oracle cross-server operations, hoping to help you in this regard.


The above content describes Oracle cross-server operations, hoping to help you in this regard.

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.