Plsql Connecting Oracle

Source: Internet
Author: User

Install Client services only to use PL/SQL to connect Oracle

========================================

First download the Oracle corresponding client software, such as Instantclient_11_1 followed by the following steps.

1. Place the instantclient_11_1 in a non-Chinese directory.
2. Add environment variables.
3. Modify Oracle_home in Oracle.reg to the directory where the Instantclient_11_1 folder is located, run Oracle.reg
4. Modify the Tnsnames.ora file in the Instantclient_11_1 directory
such as: The name of the Listener =
(DESCRIPTION =
(Address_list =
(ADDRESS = (PROTOCOL = TCP) (HOST = 192.168.1.128) (PORT = 1521))
)
(Connect_data =
(service_name = database name)
)
)

Then add the environment variable:

Nls_lang=simplified Chinese_china. zhs16gbk//is primarily character set settings to prevent inconsistent coding
Tns_admin=c:\program files\oracle\instantclient_11_1
Path=c:\program files\oracle\instantclient_11_1;
5. Restart your computer

Plsql Connecting Oracle

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.