Oracle 11GR2 Instant Client configuration (Windows)

Source: Internet
Author: User

1, the first to download the instant client for their own system, can be downloaded through the address below.

Http://www.oracle.com/technetwork/database/features/instant-client/index-097480.html

2, directly extract to the directory you want to store, such as: c:instantclient_11_2

3. Edit Environment variables:

Tns_admin set to C:instantclient_11_2

Oracle_home set to C:instantclient_11_2

4, edit the connection profile Tnsnames.ora, the file needs to be created in the Instant Client directory (c:instantclient_11_2) itself. Enter the following in the file:

MYDB =

(DESCRIPTION =

(Address_list =

(address = (PROTOCOL = TCP) (HOST = 192.168.3.250) (PORT = 1521))

)

(Connect_data =

(SERVER = dedicated)

(service_name = MYDB)

)

)

MYDB: Is the database instance name

192.168.3.259: Is the IP address of the database

1521: is the port of the database

5, and then you can use software like Plsql Developer and TOAD to manage Oracle databases.

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.