本地测试安装,删除ORACLE_HOME目录之后再次安装时报错:
./runInstaller -silent -force -ignorePrereq -ignoreSysPreReqs -responseFile /home/oracle/db.rsp
[FATAL] [INS-32025] The chosen installation conflicts with software already installed in the given Oracle home.
CAUSE: The chosen installation conflicted with software already installed in the given Oracle home.
ACTION: Install into a different Oracle home.
解决方法就是删除文件“inventory.xml” 中的HOME信息。这个文件在“oraInventory/ContentsXML”目录下面。