sqlplus error

问题:

[root@oracle bin]# sqlplus

sqlplus:errorwhileloadingsharedlibraries:/myoracle/app/product/11.2.0/dbho

me_1/lib/libclntsh.so.11.1:cannotrestoresegmentprotafterreloc:Permission

denied

[root@oracle bin]#

解决:

chcon -t textrel_shlib_t '/myoracle/app/product/11.2.0/dbhome_1/lib/libclntsh.so.11.1'

相关推荐