cancel
Showing results for 
Search instead for 
Did you mean: 

Oracle link problem

Former Member
0 Kudos

Hi

Need your help!!

Unfortunately I deleted the files under /oracle/<SID>/920_64/ folder. Now I restored the files from my tape backup. And when I start sqlplus, I get the following error

******************************************************

> sqlplus

/usr/lib/hpux64/dld.so: Unable to find library 'libclntsh.so.9.0'.

Killed

******************************************************

The installation is Oracle 9.2.0 on HP-UX 11

Regards

B Madhusudhan Rao

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

create soft link with original file and try again

ln -s libclntsh.so.9.0 libclntsh.so

and provide library files path in profile file

and search for same error in metalink u will find solution

regards

Vinod