暂无图片
暂无图片
暂无图片
暂无图片
暂无图片

19C RAC 安装 [INS-32826] 错误

原创 心在梦在 2023-06-02
2065

19C RAC 安装 [INS-32826] 错误

 

一、背景

​ 在安装RAC Oracle软件时候,第一次执行 runInstaller -applyRU 时候,在未执行完成之前,手动 Crtl+C 取消,或者因网络等问题导致连接的终端异常断开。再次执行时候,抛出如下错误:

-- 安装Oracle 软件,并同时安装psu报错 [oracle@rac1 db]$ ./runInstaller -applyRU /oracle/db_install/patch/35037840/ [INS-32826] The software home (/oracle/app/oracle/product/db/191900) is already registered in the central inventory. Refer to patch readme instructions on how to apply.
复制

 

二、解决办法

  • 参考文档doc id: 2759534.1

虽然和文档描述的问题不完全一致,但是错误信息是一样的,我们参考文档中的解决办法尝试解决,发现也可以解决。

[oracle@rac1 bin]$ ./runInstaller -silent -waitforcompletion\ > -detachHome ORACLE_HOME='/oracle/app/oracle/product/db/191900' -local Starting Oracle Universal Installer... Checking swap space: must be greater than 500 MB. Actual 32763 MB Passed The inventory pointer is located at /etc/oraInst.loc You can find the log of this install session at: /oracle/oraInventory/logs/DetachHome2023-05-29_05-36-26PM.log 'DetachHome' was successful.
复制

附:文档内容
图片.png

最后修改时间:2023-06-02 09:10:40
「喜欢这篇文章,您的关注和赞赏是给作者最好的鼓励」
关注作者
1人已赞赏
【版权声明】本文为墨天轮用户原创内容,转载时必须标注文章的来源(墨天轮),文章链接,文章作者等基本信息,否则作者和墨天轮有权追究责任。如果您发现墨天轮中有涉嫌抄袭或者侵权的内容,欢迎发送邮件至:contact@modb.pro进行举报,并提供相关证据,一经查实,墨天轮将立刻删除相关内容。

评论