- 论坛徽章:
- 0
|
大家好,小弟在CENTOS5.2上用字符界面安装oracle 11g
运行如下命令:
[oracle@localhost database]$ ./runInstaller -ignoreSysPrereqs -silent -responseFile /oracle/database/response/enterprise.rsp
就报如下错误:
SEVERE:1. OUI-10035:You do not have permission to write to the inventory location.
OR
2. OUI-10033:The inventory location /oraInventory set by the previous installation session is no longer accessible. Do you still want to continue by creating a new inventory? Note that you may lose the products installed in the earlier session.
SEVERE:OUI-10180:Invalid Operating System group name specified.
小弟是参考http://blog.csdn.net/sunnyishere/archive/2009/03/02/3950114.aspx这上面做的,反复做了几次都是报同样的错误,特向各位请教,是什么原因造成的?
附:
[root@localhost response]# id oracle
uid=500(oracle) gid=501(oinstall) groups=501(oinstall),500(oradba) context=root:system_r:unconfined_t:SystemLow-SystemHigh
[root@localhost oracle]# ls -al
total 32
drwxrwxrwx 4 oracle oinstall 4096 Jun 28 07:24 .
drwxr-xr-x 25 root root 4096 Jun 28 07:21 ..
drwxrwxrwx 2 oracle oinstall 4096 Jun 28 07:21 11g
drwxrwxrwx 6 oracle oinstall 4096 Jun 28 07:26 database
[root@localhost response]# vi enterprise.rsp
其中做的如下修改,其他都是按默认没做改动
ORACLE_HOME="/oracle/11g"
ORACLE_HOME_NAME="sdzy"
s_nameForDBAGrp="oradba"
s_nameForOPERGrp="oinstall"
n_configurationOption=3
请各位大侠指教: |
|