Simple PL/SQL linked remote Oracle database method

Source: Internet
Author: User

    1. First locate the Tnsnames.ora file in D:\oracle\product\10.2.0\client_1\NETWORK\ADMIN under the Oracle installation directory

    2.  

      Open tnsnames.ora 

      Add database you want to link

      Example 226 =  ( DESCRIPTION =    (address_list =      (ADDRESS = (PROTOCOL = TCP) (HOST = 10.10.124.226) (PORT = 1521)    )     (Connect_data =      ( service_name = ORCL)    )  

       

    3.  

      Note: 226 for the database you are linked to the name of any name can       the rest of the address and port number and service_name just follow the database configuration you want to link 226 ( First name) do not have a space

      After saving in the open plsql drop-down list there will be a previously configured name (226)

    4.  

      After writing the account and password can be linked, the account and password are not case-sensitive

      If you want to see only the tables of your project, and so on, select my objects

       

Simple PL/SQL linked remote Oracle database method

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.