sqlplus: error while loading shared libraries: libsqlplus.so: cannot open shared object file: No such file o

[oracle@sujeet~]$ sqlplus / as sysdba
sqlplus: error while loading shared libraries: libsqlplus.so: cannot open shared object file: No such file o    

Solution:-

I did solve this error by setting

[oracle@sujeet ~]$
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$ORACLE_HOME/lib:$ORACLE_HOME

[oracle@sujeet ~]$ sqlplus / as sysdba


SQL> select name from v$database;

NAME
---------

Airtel

No comments:

SHRD0014: GLLEZL - process exiting with failure

  SYMPTOMS Journal Import completes with the following error: Error ------ ORA-01653 : unable to extend table GL.GL_IMPORT_REFERENCES ORA-01...