Do not install Oracle client, connect Oracle with Plsql

Source: Internet
Author: User

1.1. Instant Client Download

Website:

Http://www.oracle.com/technetwork/cn/database/features/instant-client/index-092699-zhs.html

Download Instantclient-basic Package and store the package locally, this test is D:\JavaEEServer\instantclient_10_2

1.2. Configure Sqlnet.ora

Sqlnet.ora (located under Instantclient-basic)

Sqlnet. Authentication_services= (NTS)

NAMES. Directory_path= (TNSNames, Ezconnect)

1.3. Configure Tnsnames.ora

Tnsnames.ora (located under Instantclient-basic)

#neikong为oracle服务实例名, fill in according to your actual situation

Neikong =

(DESCRIPTION =

(Address_list =

#172.16.3.153 According to the actual situation, if you need to modify the port number can also be modified

(ADDRESS = (PROTOCOL = TCP) (HOST = 172.16.3.153 ) (PORT = 1521))

)

(Connect_data =

(service_name = Neikong )

)

)

1.4. Configure Environment variables

Variable name

Tns_admin

Variable Value

D:\JavaEEServer\instantclient_10_2

1.5. Configure Pl/sqldeveloper

Install PL/SQL Developer and configure connection parameters for Oracle: Open pl/sql,tools-->preferences, configure connection's Oracle home and OCI library as shown in


1.6. Reboot, enter user name and password test

Do not install Oracle client, connect Oracle with Plsql

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.