重庆思庄Oracle、KingBase、PostgreSQL、Redhat认证学习论坛

标题: 19C RAC 安装 [INS-32826] 错误 [打印本页]

作者: jiawang    时间: 2026-7-12 20:21
标题: 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/DetachHome2026-04-29_05-36-26PM.log
'DetachHome' was successful.

附:文档内容
858116a377625564e5.png
登录/注册后可看大图