Home > Database > Mysql Tutorial > error while loading shared libraries: $ORACLE

error while loading shared libraries: $ORACLE

WBOY
Release: 2016-06-07 15:19:52
Original
1247 people have browsed it

在linux CentOS 64位机上安装完 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 64位机上安装完 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

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template