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

  • 相关阅读:
    shell基础优化脚本
    shell的常用脚本一
    Office/Visio/Project 2019 专业版iso
    vs2017 不能加载.vdproj
    CA机构及SSL证书
    singleWsdl和wsdl区别,Axis2和CXF对比
    在Window Server 2016中使用Web Deploy方式发布.NET Web应用
    NPOI导出excel
    audio隐藏下载按钮
    网站崩溃,如果提高网站并发能力
  • 原文地址:https://www.cnblogs.com/halberd-lee/p/11330339.html
Copyright © 2011-2022 走看看