解决oracle SQLPLUS:错误而载入共享库权限拒绝问题
登录oracle 提示: sqlplus: error while loading shared libraries: /oracle/product/11.1.0/db_1/lib/libnnz11.so: cannot restore segment prot after reloc: Permission denied 解决办法: 修改vim /etc/sysconfig/selinux 修改:SELINUX=disabled 禁用 SELINUX 即可。