hi arvind,
        to use sql plus and other oracle command line utils u have to add the oracle 
bin dir to path and to the library path.for this add the following lines to 
the bash global or user rc file.i.e., /etc/profile or /etc/bashrc or 
.bash_profile if you are using bash as your shell.
export PATH=$PATH:<path to oracle install>/bin
export LD_LIBRARY_PATH=path to oracle install>/bin
this would add the dynamic libraries used by oracle utils to the 
dynamicloader ld.so's search path.

regards

sanjeev

you wrote:
>I have a problem installing oracle 8.1.6.1.0 on RedHat Linux 6.2
After installation, while linking it reports following errors.

Error in invoking target install of makefile
/oracle/OraHome/app/8.1.6/network/*.mk

After that it says linking succesful.

But when I try to start any of oracle tools e.g sqlplus, svrmgrl it reports
following errors

shared object libclntsh.so.8.0 not found: no such file.

Thanks for your help

>Arvind 
---------------------------------------------
Sanjeev V Kumar
Systems Administrator
The Quantum Institute
IVth floor,Elnet software city
TS140,block 2 & 9,cpt road,
Taramani,
Chennai - 600113
Ph: 91-44-2541018/19
Email - [EMAIL PROTECTED]
website - http://www.quantum.edu
          http://chennai.quantum.ac.in
---------------------------------------------

_______________________________________________
linux-india-help mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/linux-india-help

Reply via email to