Home » Infrastructure » Linux » SQL Plus error
SQL Plus error [message #98715] Wed, 07 August 2002 12:27 Go to next message
Sri Yamujala
Messages: 1
Registered: August 2002
Junior Member
Hi,
I've installed Oracle 8.1.7.0 on Red Hat Linux 7.2 and when I start sqlplus I get the error:
error while loading shared libraries: libclntsh.so.8.0: cannot open shared object file: No such file or directory. What can I do to fix this problem - please advise.

Thanks and BRgds,
Sri
Re: SQL Plus error [message #98810 is a reply to message #98715] Tue, 18 February 2003 17:23 Go to previous messageGo to next message
digitalpeer
Messages: 1
Registered: February 2003
Junior Member
I have the same exact problem on Redhat 8. No clue why this is happening. Anybody?
Re: SQL Plus error [message #99045 is a reply to message #98715] Fri, 16 April 2004 07:18 Go to previous messageGo to next message
naveen garg
Messages: 1
Registered: April 2004
Junior Member
Simply add the following line to the end of your ".profile" if you're using a Bourne-like shell (ask a local guru if you don't know):

export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$ORACLE_HOME/lib

Or use the following line if you're using a CSH-like shell:

setenv LD_LIBRARY_PATH "$LD_LIBRARY_PATH
$ORACLE_HOME/lib"
Re: SQL Plus error [message #99233 is a reply to message #98715] Mon, 22 November 2004 17:54 Go to previous message
Le Lam
Messages: 1
Registered: November 2004
Junior Member
Hi, i have seen this error!
Previous Topic: 10g on Fedora core 2
Next Topic: Unable to find disk 2. Installation cannot continue.
Goto Forum:
  


Current Time: Fri Apr 19 04:42:38 CDT 2024