1.
[enotest@tjps-enovia db_1]$ sqlplus / as sysdba
sqlplus: error while loading shared libraries: libsqlplus.so: cannot open shared obj ect file: No such file or directory
[enotest@tjps-enovia db_1]$ cd bin/
[enotest@tjps-enovia bin]$ relink all
writing relink log to: /home/u02/app/oracle/product/11.2.0/db_1/install/relink.log
4 - The "sqlplus: error while loading shared libraries" error can happen because DBCA failed during the link phase and a re-link will remedy this error:
oracle> $ORACLE_HOME/bin/relink all
http://www.dba-oracle.com/t_sqlplus_error_while_loading_shared_libraries.htm
==========================
[enotest@tjps-enovia db_1]$ sqlplus / as sysdba
sqlplus: error while loading shared libraries: libsqlplus.so: cannot open shared obj ect file: No such file or directory
[enotest@tjps-enovia db_1]$ cd bin/
[enotest@tjps-enovia bin]$ relink all
writing relink log to: /home/u02/app/oracle/product/11.2.0/db_1/install/relink.log
4 - The "sqlplus: error while loading shared libraries" error can happen because DBCA failed during the link phase and a re-link will remedy this error:
oracle> $ORACLE_HOME/bin/relink all
http://www.dba-oracle.com/t_sqlplus_error_while_loading_shared_libraries.htm
==========================
No comments:
Post a Comment