linux安装weblogic出现主清单位置 "/data/oracle/oraInventory" 无效 (无法读取/执行)

[weblogic@localhost ~]$ java -jar fmw_12.2.1.3.0_wls_quick.jar
启动程序日志文件为/tmp/OraInstall2021-04-15_02-37-24PM/launcher2021-04-15_02-37-24PM.log。
正在提取安装程序... . . . . . . . . 完成
主清单位置 "/data/oracle/oraInventory" 无效 (无法读取/执行)。
日志位于此处: /tmp/OraInstall2021-04-15_02-37-24PM/launcher2021-04-15_02-37-24PM.log。

从错误中,可以看到报主清单位置/data/oracle/oraInventory无效,原因是/etc/oraInst.loc里的内容的这个清单目录是无效的。

[weblogic@localhost ~]$ cat /etc/oraInst.loc
inventory_loc=/data/oracle/oraInventory

inst_group=oinstall

修改成正确的

[weblogic@localhost ~]$ cat /etc/oraInst.loc
#inventory_loc=/data/oracle/oraInventory
inventory_loc=/u01/app/oraInventory

inst_group=oinstall

posted @ 2021-08-31 15:20  beawh  阅读(199)  评论(0编辑  收藏  举报