aaa@suse10t135:~> sqlplus
sqlplus: error while loading shared libraries: libsqlplus.so: cannot open shared object file: No such file or directory
原因:環境變量未增加export LD_LIBRARY_PATH=$ORACLE_HOME/lib:$LD_LIBRARY_PATH
加上就可以了
aaa@suse10t135:~> sqlplus
sqlplus: error while loading shared libraries: libsqlplus.so: cannot open shared object file: No such file or directory
原因:環境變量未增加export LD_LIBRARY_PATH=$ORACLE_HOME/lib:$LD_LIBRARY_PATH
加上就可以了
本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。