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

  • 相关阅读:
    fedora-coreos 试用podman
    博客主题更新了
    C stdarg.h:可变参数va_list、va_arg等宏的使用及原理简介
    静态、动态链接库的生成及使用
    notfastjson项目介绍
    The ANSI C Programming Language:C语言预处理机制
    语法分析:LL(1)语法分析的实现及扩展的巴科斯范式
    语法分析:LL(1)分析
    计算机系统基础:计算机系统概述
    计算机系统基础:数据的表示和存储
  • 原文地址:https://www.cnblogs.com/halberd-lee/p/11330339.html
Copyright © 2011-2022 走看看