1、linux安装oracle11g的报错问题

linux安装oracle11g的报错问题

1、The chosen installation conflicts with software already installed in the given Oracle home

这时只需要找到inventory.xml文件,并将其移除再重新安装即可。

这里缓存在

find -name inventory.xml
rm -rf /u01/app/oraInventory

2、邮件文件

DECLINE_SECURITY_UPDATES=true 

3、User is not a member of the following chosen OS groups: [null, null]

组内执行权限问题:

oracle.install.db.DBA_GROUP=oinstall 
oracle.install.db.OPER_GROUP=oinstall 

4、Target environment do not meet some mandatory requirements.

有些强制参数问题:

-ignorePrereq 

5、import报错

ORA-39002: invalid operation

ORA-39070: Unable to open the log file.
ORA-29283: invalid file operation
ORA-06512: at "SYS.UTL_FILE", line 536
ORA-29283: invalid file operation

未找到对应的文件,原因是创建目录路径写错了

6、cat: /etc/oratab: No such file or directory

root用户执行

find -name root.sh
sh /u01/app/oracle/product/11.2.0/dbhome_1/root.sh
posted @ 2022-11-30 16:45  站着说话不腰疼  阅读(517)  评论(0)    收藏  举报