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

  • 相关阅读:
    codevs 1569 最佳绿草

    luogu P3378 【模板】堆
    cogs 762. [USACO Open09] 奶牛队列
    各种 Python 实现的简单介绍与比较
    与 的区别
    Python3 print()函数sep,end,file参数用法练习
    python基础
    servlet篇 之 跳转问题
    servlet篇 之 servlet的访问
  • 原文地址:https://www.cnblogs.com/halberd-lee/p/11330339.html
Copyright © 2011-2022 走看看