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 @   站着说话不腰疼  阅读(474)  评论(0编辑  收藏  举报
相关博文:
阅读排行:
· TypeScript + Deepseek 打造卜卦网站:技术与玄学的结合
· 阿里巴巴 QwQ-32B真的超越了 DeepSeek R-1吗?
· 【译】Visual Studio 中新的强大生产力特性
· 【设计模式】告别冗长if-else语句:使用策略模式优化代码结构
· 10年+ .NET Coder 心语 ── 封装的思维:从隐藏、稳定开始理解其本质意义
点击右上角即可分享
微信分享提示