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
标签:
oracle
【推荐】国内首个AI IDE,深度理解中文开发场景,立即下载体验Trae
【推荐】编程新体验,更懂你的AI,立即体验豆包MarsCode编程助手
【推荐】抖音旗下AI助手豆包,你的智能百科全书,全免费不限次数
【推荐】轻量又高性能的 SSH 工具 IShell:AI 加持,快人一步
· TypeScript + Deepseek 打造卜卦网站:技术与玄学的结合
· 阿里巴巴 QwQ-32B真的超越了 DeepSeek R-1吗?
· 【译】Visual Studio 中新的强大生产力特性
· 【设计模式】告别冗长if-else语句:使用策略模式优化代码结构
· 10年+ .NET Coder 心语 ── 封装的思维:从隐藏、稳定开始理解其本质意义