The 32-bit program fails to solve the problem of calling the Oracle11gR2 database libclntsh. so.

Source: Internet
Author: User

The 32-bit program fails to call the libclntsh. so database of Oracle11gR2. [Problem description] If the 32-bit program calls the libclntsh. so database of Oracle11gR2, a failure is returned. [Cause] The 32-bit program can only call the 32-bit Oracle client instance package. By default, the R2 database does not have the lib32 folder after installation. This will cause the program to call libclntsh. so to fail. [Solution] install the Oracle32-bit client instance package as follows: 1. use the board where the oracle user logs on to the database; 2. upload the data warehouse, and select the corresponding oracle32-bit client package (for example, instantclient-basic-linux-11.2.0.3.0.zip); 3. go to the $ ORACLE_HOME directory and create the lib32 folder. 4. upload the software package to the lib32 folder in binary mode; 5. unzip instantclient-basic-linux-11.2.0.3.0.zip6. mv instantclient_11_2 /*. 7. chmod + x *. so8. ln-s libclntsh. so.11.1 libclntsh. so

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.