Oracle Instantclient Basic Win32 installation Steps

Source: Internet
Author: User
Tags win32
First, download
: http://www.oracle.com/technetwork/topics/winsoft-085727.html
Download the corresponding version according to your actual needs.

Two, configure
Unzip the downloaded instantclient-basic-win32-11.2.0.1.0 compressed package into the C:\instantclient_11_2 directory.
Add the following "System environment variables":
Oracle_home = C:\instantclient_11_2
Tns_admin = C:\instantclient_11_2
Nls_lang = Simplified Chinese_china. Zhs16gbk
Add C:\instantclient_11_2 in the environment variable path

Third, create a new Tnsnames.ora file
Create a new Tnsnames.ora file in C:\instantclient_11_2.
Examples are as follows:
mydb=
(DESCRIPTION =
(ADDRESS = (PROTOCOL = TCP) (host= *********) (PORT = 1521))
(Connect_data =
(SERVER = dedicated)
(service_name = ORCL)
)
)

Oracle Instantclient Basic Win32 installation Steps

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.