cannot restore segment prot after reloc: Permission denied
Table of Contents
- 1. 错误信息
- 2. 解决方法
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
原文地址:https://www.cnblogs.com/halberd-lee/p/11330339.html
时间: 2024-10-08 11:13:47