Configuring the Oracle Instance Client

Source: Internet
Author: User

1. Download the Oracle instance client. Http://www.oracle.com/technetwork/database/features/instant-client/index-097480.html

Since the machine is 64-bit, the 64-bit version is downloaded. But later found that Plsql is 32-bit, and downloaded the 32-bit version. Two versions can exist in parallel, the green version of the well ...

2, after downloading, unzip to the C drive or other directory. Where _x86 is a 32-bit version.

3. Configure the environment variables.

Path: Increase the instance Client decompression directory.

Tns_admin:instance Client unzipped directory.

Nls_lang:american_america. Zhs16gbk

4, in the instance client directory, add the Tnsnames.ora file. The contents are as follows (modified according to actual needs):

# Tnsnames.ora Network Configuration File:c:\oracle\product\10.2.0\db_1\network\admin\tnsnames.ora # Generated by Oracle configuration Tools.
Lemonc = (DESCRIPTION = (Address_list = (ADDRESS = (PROTOCOL = TCP) (HOST = 192.168.1.222) (PORT = 1521)) (Connect_data = (SERVER = dedicated) (service_name = Lemonc)))
Extproc_connection_data = (DESCRIPTION = (Address_list = (ADDRESS = (PROTOCOL = IPC) (KEY = EXTPROC1)) (Connect_data = (SID = plsextproc) (PRESENTATION = RO)))

5, after the configuration is complete, the program can use the instance client to connect to the Oracle server.

6,plsql configuration:

7, then, there is no then ... Enjoy

Configuring the Oracle Instance client

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.