|
|
|
Re: A question about Oralce9i [message #192585 is a reply to message #191082] |
Tue, 12 September 2006 22:42 |
jimmy_nokia
Messages: 4 Registered: September 2006
|
Junior Member |
|
|
the problem is due to SELinux (Security-Enhanced Linux ),
you just need to disable the SELINUX.
to modify the file /etc/selinux/config
# This file controls the state of SELinux on the system.
# SELINUX= can take one of these three values:
# enforcing - SELinux security policy is enforced.
# permissive - SELinux prints warnings instead of enforcing.
# disabled - SELinux is fully disabled.
SELINUX=enforcing
------------
to comment the line "SELINUX=enforcing"
and to add a new line "SELINUX=disabled"
save the file ,to restart the system .
then will resove the problem like "..../libphp4.so: cannot restore segment prot after reloc: Permission denied "
Hope help you .
wang
|
|
|
Re: A question about Oralce9i [message #192605 is a reply to message #191081] |
Tue, 12 September 2006 23:48 |
coolbalaga
Messages: 24 Registered: September 2006
|
Junior Member |
|
|
1. We have to install the oracle from the "oracle" user. Make sure that you have created "oracle" user and "oinstall/dba" as the group.
2. login as the oracle user and then perform the following:
i. Before running runInstaller, install the jre1.3.1.
ii. edit the oraparam.ini for the JRE_LOCATION to point to the installed JRE location.
3. Then try running the ./runInstaller
|
|
|