Oracle 安装报错 [INS-32025] The chosen installation conflicts with software already installe

2017-08-25 23:2116640原创Oracle 12c故障处理编辑删除

本文链接:https://www.cndba.cn/leo1990/article/2173

图形化界面升级Oracle 12.1至12.2 时,突然中断了,后面继续安装时提示,软件安装冲突,如下图:

Oracle 安装报错 [INS-32025] The chosen installation conflicts with software already installe

解决方法:

将inventory.xml 文件中 ORACLE_HOME信息删掉,如下标红的部分删除,然后退出重新安装即可

[[email protected] ContentsXML]$ pwd 
/u01/app/oraInventory/ContentsXML
[[email protected] ContentsXML]$ ls
comps.xml  inventory.xml  libs.xml
[[email protected] ContentsXML]$ cat inventory.xml 
<HOME_LIST>
<HOME NAME="OraDB12Home1" LOC="/u01/app/oracle/product/12.1.0/db_1" TYPE="O" IDX="1"/>
<HOME NAME="OraDB12Home2" LOC="/u01/app/oracle/product/12.2.0/db_1" TYPE="O" IDX="2"/>
</HOME_LIST>