win864 bit using Plsqldeveloper to connect to Oracle database

Source: Internet
Author: User
Tags oracle database

Problem: An inexplicable problem occurs when you use Plsql developer to connect to a local Oracle database on a WIN8 64-bit system, and the error prompt box may even be empty.

Reason: According to the internet, the reason is estimated to be installed on 64-bit system 64-bit Oracle database, but there is no corresponding 64-bit PL/SQL developer for our use, so at this time cannot directly connect, need to install Oracle client.

Solve:

1, download instantclient_11_2 (database version is 10g, 11g can connect), address http://download.csdn.net/detail/zxnlmj/8063243

2. Put the Instantclient_11_2 folder in the compressed package downloaded in 1 into the product directory under the Oracle installation directory, and the Oracle client configuration variable in the package. txt This file does not need to be configured (requires configuration when connecting to remote Oracle) )

3, the Configuration environment variable (for example) oracle_home=d:/programfile/oracle/product/10.2.0/db_1,

Path=d:/programfile/oracle/product/10.2.0/db_1/bin,

Nls_lang = Simplified Chinese. ZHS16GBK.

4, modify Plsql developer-"Cancel Landing-" tools-"preferences-" oracle-"Connection"

Oracle_home=d:/programfile/oracle/product/instantclient_11_2

OCI Library = D:/programfile/oracle/product/instantclient_11_2/oci.dll

Application, exit the login again.

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.