CentOS-5.5-i386,linux_11gR1 安装笔记

安装成功后:
emctl start dbconsole
可以访问 https://localhost:1158/em

但 启动 lsnrctl start
[color=red]sqlplus: error while loading shared libraries: / u01/app/oracle/product/11.1.0/db_1/lib/libnnz11.so: cannot restore segment prot after reloc: Permission denied [/color]

问题:
The reason is that SELinux is running in "enforcing" mode.
rn
You can check it on file / etc / pam.d / login
rn
Oracle development has recommended the following workaround while they correct the problem:
rn
Switch SELinux from the default "Enforcing" mode that it is running in, to the "Permissive" mode.


解决方法:

rn
Commands, as root:
======================
getenforce (returns "Enforcing")
setenforce 0
getenforce (returns "Permissive")

rn
This allows SELinux to continue running, and logging denial messages, but SELinux will not actually deny any operations. Once Development has resolved this issue, you can (and should) return SELinux to the default "Enforcing" mode as follows:

rn
Commands, as root:
======================
setenforce 1
getenforce (returns "Enforcing")

参考:
[url]http://www.6api.com/sqlplus-error-while-loading-shared-libraries-u0/[/url]
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值