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

  • 相关阅读:
    一些数论公式
    一位ACMer过来人的心得
    hdu 2069 Coin Change (母函数)
    关于 A^x = A^(x % Phi(C) + Phi(C)) (mod C) 的若干证明
    upper_bound()与lower_bound()使用方法
    POJ 计算几何入门题目推荐
    图像识别C++读取bmp位图入门
    Centos7 上安装FastDFS
    java的IO包类分层结构
    ==和equels
  • 原文地址:https://www.cnblogs.com/halberd-lee/p/11330339.html
Copyright © 2011-2022 走看看