安装完Oracle 11G R 2之后,sqlplus / as sysdba 的时候报如下的错误

发布时间:2020-08-08 14:59:59 作者:王景帅
来源:网络 阅读:466
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




原因:安装 Oracle 之前配置Linux的时候忘记了SELINUX设置为display了。


方法: 以root身份  vi /etc/sysconfig/selinux  如下图:


# 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



把上面的SELINUX=enforcing,改为SELINUX=disabled


然后重启即可。






推荐阅读:
  1. Unix下sed的用法(二)
  2. Unix下sed的用法(一)

免责声明:本站发布的内容(图片、视频和文字)以原创、转载和分享为主,文章观点不代表本网站立场,如果涉及侵权请联系站长邮箱:is@yisu.com进行举报,并提供相关证据,一经查实,将立刻删除涉嫌侵权内容。

oracle 数据库 sys%

上一篇:Java基础16:Java多线程基础最全总结

下一篇:盘点 | 22个基本的Linux安全命令

相关阅读

您好,登录后才能下订单哦!

密码登录
登录注册
其他方式登录
点击 登录注册 即表示同意《亿速云用户服务条款》