zoukankan      html  css  js  c++  java
  • lsnrctl: .... cannot restore segment prot after reloc: Permission denied

    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

  • 相关阅读:
    Python学习笔模式匹配与正则表达式之管理复杂的正则表达式
    Python学习笔模式匹配与正则表达式之组合使用re.IGNORECASE、re.DOTALL和re.VERBOSE
    Python学习笔模式匹配与正则表达式之电话号码和Email地址提取程序
    Python学习笔记模式匹配与正则表达式之findall()方法
    Python学习笔记模式匹配与正则表达式之字符分类
    瀑布流
    CSS就加了一句话就搞定了!
    CSS笔记
    JS
    三层架构笔记
  • 原文地址:https://www.cnblogs.com/halberd-lee/p/11330339.html
Copyright © 2011-2022 走看看