Using Oracle Database Instant Client Lite

Source: Internet
Author: User

If you are only accessing Oracle in the development environment, it is recommended to use the Oracle Database Instant Client (Lite), which is relatively small and does not require a green portable installation.

Official download Instant Client, finding download links on the Oracle Web site is a very painful thing to find. For convenience, here is a Instant Client download page for all platforms:

Select the version according to your system environment, unzip it after downloading is complete.

Here are two points to note:

1, Plsql developer use, because Plsql developer does not support 64-bit Oracle client, you must download the 32-bit instant client version.

Create a new system environment variable first:

Variable name: Nls_lang; variable value: Simplified Chinese_china. Zhs16gbk

Variable name: tns_admin; variable value (Instant client directory path, for example): C:\app\Administrator\product\11.2.0\client_1\network\admin

Then open plsql developer–> tools–> preferences,oracle Home, OCI Library Enter the instant client directory path.

2. In the recent use of a SharePoint project, it was found that if you use the 32-bit instant Client, an exception is thrown:

System.InvalidOperationException: BadImageFormatException is raised when attempting to load the Oracle client library. This problem occurs if you are running in 64-bit mode with the 32-bit Oracle client component installed.

WORKAROUND: You need to download the 64-bit instant Client, unzip it, and then add the directory path of the 64-bit lite in the system environment variable's path argument.

Using Oracle Database Instant Client Lite

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.