首页 > 其他 > 详细

lsnrctl: .... cannot restore segment prot after reloc: Permission denied

时间:2019-08-10 10:53:54      阅读:86      评论:0      收藏:0      [点我收藏+]

cannot restore segment prot after reloc: Permission denied

Table of Contents

1 错误信息

$lsnrctl start
lsnrctl: error while loading shared libraries: /u01/oracle/lib/libclntsh.so.11.1: cannot restore segment prot after reloc: Permission denied

2 解决方法

原因是SELinux 限制了资源的访问。 以root用户操作。

# setenforce 0
# vi /etc/selinux/config # 将enforcing 改为disabled

Author: halberd.lee

Created: 2019-08-10 Sat 02:36

Validate

lsnrctl: .... cannot restore segment prot after reloc: Permission denied

原文:https://www.cnblogs.com/halberd-lee/p/11330339.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!