Oracle 11.2 instant client installation in RHEL5.6

Source: Internet
Author: User

Oracle 11.2 instant client installation in RHEL5.6

Download the installation file as needed:

I only need two files: oracle-instantclient11.2-basic.rpm and sqlplus. rpm.

View the path information in the rpm:

Rpm-qpl download rpm package name

Configure the environment variable:/etc/bashrc. Add:

LD_LIBRARY_PATH =/usr/lib/oracle/11.2/client/lib

Add the following content to/etc/ld. so. conf:

/Usr/lib/oracle/11.2/client/lib

Command to make the configuration take effect:

/Sbin/ldconfig

It should be okay to use SQLPLUS now.

Create a TNS connection to a remote ORACLE database:

Mkdir-p/usr/lib/oracle/11.2/network/admin/

Edit tnsnames. ora to add your own string:

Modify the environment variable (/etc/bashrc) and add the following information:

Export ORACLE_HOME =/usr/lib/oracle/11.2
Export TNS_ADMIN =/usr/lib/oracle/11.2/network/admin

Restart to make the variable take effect:

Source/etc/bashrc

Use the SYSTEM user logon test:

Sqlplus system/***** @ orcl

Select count from V $ SYSTEM_EVENT;

If you see the result, the configuration is successful.

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.