Runtime error - SQLPLUS_HOME has wrong value
noelmcloughlin opened this issue · 1 comments
noelmcloughlin commented
The SLQPLUS_HOME variable is wrong in /etc/profile.d/sqlplus.sh
`me@vbox:/etc/profile.d$ source /etc/profile
me@vbox:/etc/profile.d$ sqlplus
sqlplus: error while loading shared libraries: libsqlplus.so: cannot open shared object file: No such file or directory
me@vbox:/etc/profile.d$
$ cat sqlplus.sh
export ORACLE_HOME=/usr/share/oracle/12_2/
export SQLPLUS_HOME=/opt/oracle/12_2//sqlplus/instantclient
`