I downloaded Instant Oracle Client Version 11.2.0.4.0(basic
, sqlplus
, devel
.rpm file) by Oracle website in Ubuntu.
After converting .rpm
into .deb
using alien
, I installed it, basic
first and sqlplus
and last devel
.
And then I tried to run sqlplus.
But It is saying sqlplus64: error while loading shared libraries: libsqlplus.so: cannot open shared object file: No such file or directory
Even though my PATH
contains the PATH
.
The below shows my PATH
and the location of libsqlplus.so
.
A@ubuntu:~$ sudo find / -name libsqlplus.so
/usr/lib/oracle/11.2/client64/lib/libsqlplus.so
A@ubuntu:~$ echo $PATH
/usr/lib/lightdm/lightdm:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/home/sangmin/eclipse:/usr/lib/oracle/11.2/client64/lib:/usr/lib/oracle/11.2/client64