软文情感网
您的当前位置:首页errorwhileloadingsharedlibraries:$ORACLE

errorwhileloadingsharedlibraries:$ORACLE

来源:软文情感网


在linux CentOS 位机上安装完 oracle 11g以后,出现如下问题: sqlplus: error while loading shared libraries: /home/zhang/app/zhang/product/11.2.0/dbhome_1/lib/libclntsh.so.11.1: cannot restore segment prot after reloc: Permission denied 解

在linux CentOS 位机上安装完 oracle 11g以后,出现如下问题:

sqlplus: error while loading shared libraries: /home/zhang/app/zhang/product/11.2.0/dbhome_1/lib/libclntsh.so.11.1: cannot restore segment prot after reloc: Permission denied

解决方法:

#chcon -t texrel_shlib_t $ORACLE_HOME/lib/*.so

显示全文