sqlplus: error while loading shared libraries
When I installed the Oracle 11g client, everything was normal. When I used sqlplus / nolog to verify, the following error occurred:
sqlplus: error while loading shared libraries:libclntsh.so.11.1: cannot open shared object file: No such file or directory
I found that this libclntsh.so.11.1 does not exist in $ORACLE_HOME/lib directory
What's wrong with this??