本地测试安装,删除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”目录下面。
但是这是再Ubuntu下,根本还没安装过。
解决方案,把安装文件移到ubuntu的系统文件里,原来的安装文件放在移动硬盘里。出现了这样的问题。
Oracle Database/Client Installation Failed due to error: [INS-32025] The chosen installation conflicts with software already installed in the given Oracle home. (文档 ID 1572538.1)
In this Document
Symptoms
Cause
Solution
Applies to:
Oracle Database – Enterprise Edition – Version 11.2.0.1 to 11.2.0.3 [Release 11.2]
Information in this document applies to any platform.
Symptoms
You may receive the following error while installing the Oracle Database/Client software using runInstalleer/ setup.exe on a new server which does not have any Oracle software installed OR on the server which already have other Oracle software installed.
[INS-32025] The chosen installation conflicts with software already installed in the given Oracle home.
Cause
I ) New Server without any Oracle software installation
1) Oracle Installation software is corrupted
II ) Server which already have the Oracle software installed
1) Trying to install the oracle software in the same location, where already the different oracle Installation exists.
2) Trying to install the oracle software in the location where the Oracle Installation was done earlier but was not de-installed or cleaned up properly
Solution
I) New Server without any Oracle software installation
1)
– Re-download the Oracle Database server software from OTN or edelivery.oracle.com
Check the following point :
the size of the downloaded zip file is the same as shown on the download page
the Oracle Software is downloaded/transferred in “BINARY” mode if it is downloaded on the some other machine and then transferred to this machine
the Software stage is created correctly for the downloaded Oracle software.
– Re- try installing the Oracle database server Software
II ) Server which already have the Oracle software installed
1 ) Install the Oracle software at different location.
2) Find out whether the Oracle Home Location which was not deinstalled properly exists in the file inventory.xml of the Central Inventory.
If it is there then
– detach this Oracle Home using OUI to remove Oracle Home location entry from the inventory.xml and then retry the installation.
or
– Install Oracle software in different location.
Oracle Database Products > Oracle Database Suite > Oracle Database > Oracle Database – Enterprise Edition > Dataserver Installation and Relinking issue > Pre-requirement issues