您好,登錄后才能下訂單哦!
今天就跟大家聊聊有關sqlplus: error while loading shared libraries的解決方案是什么,可能很多人都不太了解,為了讓大家更加了解,小編給大家總結了以下內容,希望大家根據這篇文章可以有所收獲。
昨天在給學員培訓時,安裝完畢數據庫后,執行sqlplus出現了如下錯誤。
建好oracle庫后,執行sqlplus命令:
[oracle@localhost database]$ sqlplus /nolog
sqlplus: error while loading shared libraries: /oracle/app/product/11.2.0/lib/libclntsh.so.11.1: cannot restore segment prot after reloc: Permission denied
問題原因:安裝LINUX時開啟了SELinux
解決方案:關閉SELinux
第一種方法
(1)查看SELinux的狀態,若為Enforcing表示SELinux為開啟狀態
[root@mydb]# getenforce
Enforcing
(2)執行setenforce 0將SELinux設為permissive模式(即臨時關閉SElinux)
[root@mydb]# setenforce 0
(3)驗證上步操作的結果
[root@mydb]# getenforce
Permissive
這種方法的缺點是當系統重啟的時候,SELinux又恢復為Enforcing狀態,執行sqlplus仍然會報錯。
第二種方法
用root賬戶將/etc/selinux/config中的SELinux=enforcing改為SELinux=disabled,改完之后如下所示:
# This file controls the state of SELinux on the system.
# SELINUX= can take one of these three values:
# enforcing - SELinux security policy is enforced.
# permissive - SELinux prints warnings instead of enforcing.
# disabled - SELinux is fully disabled.
SELINUX=disabled
# SELINUXTYPE= type of policy in use. Possible values are:
# targeted - Only targeted network daemons are protected.
# strict - Full SELinux protection.
SELINUXTYPE=targeted
重啟系統讓設置生效:
# reboot
看完上述內容,你們對sqlplus: error while loading shared libraries的解決方案是什么有進一步的了解嗎?如果還想了解更多知識或者相關內容,請關注億速云行業資訊頻道,感謝大家的支持。
免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。