ORACLE SQLPLUS 報 error while loading shared libraries[轉]
轉載:http://xinglu.iteye.com/blog/1138701
幾個月前在虛擬機器VitualBox上面用作業系統CentOS5.5裝了Oracle 11gR2以後,一直用的很順利,最近有一個月都在培訓javascript和java,因此oracle沒有怎麼學習,今天突然開啟虛擬機器發現sqlplus再也連線不上了,報錯:./sqlplus: error while loading shared libraries: /u01/app/oracle/product/11.2.0/dbhome_1/lib/libclntsh.so.11.1: cannot restore segment prot after reloc: Permission denied。上網查詢了一下原因,看不大明白,但解決方案比較簡單:
- root使用者登入
- 使用cd命令切換當前目錄到 /etc/selinux
- 使用vim開啟config檔案
- 找到裡面的SELINUX條目,設定成disabled
- 重啟系統
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/22275400/viewspace-745750/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- MySQL 啟動報錯 error while loading shared librariesMySqlErrorWhile
- error while loading shared libraries: libclntsh.so.10.1ErrorWhile
- ggsci: error while loading shared libraries: libnnz11.soErrorWhile
- error while loading shared libraries: libgconf-2.so.4:ErrorWhileGC
- mongod: error while loading shared libraries: libstdc++.so.6GoErrorWhileC++
- error while loading shared libraries: libgsl.so.27: cannot open shared objectErrorWhileObject
- Error while loading shared libraries: libreadline.so.7: cannot open shared objecErrorWhileOBJ
- MongoDB報錯mongorestore: error while loading shared libraries: libsasl2.so.2MongoDBRESTErrorWhile
- 故障解決:error while loading shared libraries: libncurses.so.5ErrorWhile
- MySQL 5.7初始化報錯error while loading shared libraries: libnuma.so.1MySqlErrorWhile
- ./XXX.XX: error while loading shared libraries: libGLEW.so.2.1: cannot open shared object file: NoErrorWhileObject
- rpm: error while loading shared libraries: libgcc_s.so.1: cannot open shared object file: No such fi...ErrorWhileGCObject
- error while loading shared libraries: libpython3.7m(2.7).so.1.0: cannot open shared object file: NErrorWhilePythonObject
- linux puppeteer 截圖提示缺少chrome-linux/chrome error while loading shared libraries: libXdamage.so.1LinuxChromeErrorWhile
- linux編譯Android原始碼的時候出錯:error while loading shared libraries: libstdc++.so.6Linux編譯Android原始碼ErrorWhileC++
- Qt開發,報錯:Error while building/deploying project untitled (kit: ....)QTErrorWhileUIProject
- oracle系列(一)sqlplus命令OracleSQL
- Oracle Shared Pool Memory ManagementOracle
- oracle sqlplus 常用命令OracleSQL
- 在 fish 終端下報錯 source: Error while reading file “xxx” 等問題ErrorWhile
- cassandra啟動報錯:Exiting due to error while processing commit log during initialization.ErrorWhileMIT
- ORACLE OMS啟動失敗之BEA-300040 I/O error while writing node manager statusOracleErrorWhile
- Oracle dataguard報錯:Error 1017 received logging on to the standbyOracleError
- oracle sqlplus 回退鍵以及上下鍵OracleSQL
- Oracle記憶體結構(二)----Shared Pool的詳細資訊(轉)Oracle記憶體
- ORACLE STREAM ERROROracleError
- Oracle:sqlplus查詢出的中文是亂碼問題的解決(轉)OracleSQL
- [20200309]rlwrap: error: Cannot execute sqlplus: Too many levels of symbolic linErrorSQLSymbol
- Dynamics CRM CRM Reporting Error: Error occurred while fetching the data extension的解決方法ErrorWhile
- OGG-15050 Error loading Java VM runtime library: (2 No such file or directory)ErrorJava
- git push fatal: HttpRequestException encountered. An error occurred while sending the requestGitHTTPExceptionErrorWhile
- An error occurred while updating the entries. See the inner exception for details.ErrorWhileExceptionAI
- ERROR3948: Loading local data is disabled - this must be enabled on both the client and server sidesErrorclientServerIDE
- 視覺SLAM十四講第九講 執行程式中碰到的shared libraries相關的坑。視覺SLAM行程
- 5. Oracle連線和使用——5.1. sqlplusOracleSQL
- Oracle基礎包之DBMS_SHARED_POOL(十)Oracle
- org.postgresql.util.PSQLException: An I/O error occurred while sending to the backend.SQLExceptionErrorWhile
- 突然發現linux下oracle的sqlplus不能啟動LinuxOracleSQL
- oracle自帶指令碼說明(rdbms,ctx,sqlplus,javavm)Oracle指令碼SQLJava