[INS-75012] Software Location specified is already an existing oracle home and does not contain the selected oracle Goldengate install type
Problem:-
While installing oracle goldengate we got an error [INS-75012] while selecting an oracle Goldengate home.
Reason :-
The specified directory is already used by an existing deinstalled/improperly removed goldengate Home and oracle central oraInventory inventory.xml file contains the goldengate home information.
Example:-
[oracle@vm2 ~]$ . oraenv
ORACLE_SID = [targetdb] ?
The Oracle base for ORACLE_HOME=/u01/app/oracle/product/11.2.0/db_1 is /u01/app/oracle
[oracle@vm2 ~]$ cd /u01/app/oracle/product/11.2.0/db_1/oui/bin/
[oracle@vm2 bin]$ ./runInstaller -silent -deinstall REMOVE_HOMES={"/u01/gghome"}
Starting Oracle Universal Installer...
Checking swap space: must be greater than 500 MB. Actual 5199 MB Passed
Preparing to launch Oracle Universal Installer from /tmp/OraInstall2017-12-07_07-50-34PM. Please wait ...[oracle@vm2 bin]$ Oracle Universal Installer, Version 11.2.0.1.0 Production
Copyright (C) 1999, 2009, Oracle. All rights reserved.
Starting deinstall
Deinstall in progress (Thursday, December 7, 2017 7:50:45 PM IST)
End of install phases.(Thursday, December 7, 2017 7:50:45 PM IST)
End of deinstallations
Please check '/u01/app/oraInventory/logs/silentInstall2017-12-07_07-50-34PM.log' for more details.
[oracle@vm2 bin]$
Problem:-
While installing oracle goldengate we got an error [INS-75012] while selecting an oracle Goldengate home.
Reason :-
The specified directory is already used by an existing deinstalled/improperly removed goldengate Home and oracle central oraInventory inventory.xml file contains the goldengate home information.
[oracle@vm2 ContentsXML]$ cat inventory.xml
Solution:-
Invoke runInstaller to remove the oraInventory information from oracle central inventory.Example:-
[oracle@vm2 ~]$ . oraenv
ORACLE_SID = [targetdb] ?
The Oracle base for ORACLE_HOME=/u01/app/oracle/product/11.2.0/db_1 is /u01/app/oracle
[oracle@vm2 ~]$ cd /u01/app/oracle/product/11.2.0/db_1/oui/bin/
[oracle@vm2 bin]$ ./runInstaller -silent -deinstall REMOVE_HOMES={"/u01/gghome"}
Starting Oracle Universal Installer...
Checking swap space: must be greater than 500 MB. Actual 5199 MB Passed
Preparing to launch Oracle Universal Installer from /tmp/OraInstall2017-12-07_07-50-34PM. Please wait ...[oracle@vm2 bin]$ Oracle Universal Installer, Version 11.2.0.1.0 Production
Copyright (C) 1999, 2009, Oracle. All rights reserved.
Starting deinstall
Deinstall in progress (Thursday, December 7, 2017 7:50:45 PM IST)
End of install phases.(Thursday, December 7, 2017 7:50:45 PM IST)
End of deinstallations
Please check '/u01/app/oraInventory/logs/silentInstall2017-12-07_07-50-34PM.log' for more details.
[oracle@vm2 bin]$
Repeat the steps by replacing ORACLE_HOME in REMOVE_HOMES and remove the unwanted Goldengate home and try the installation again.
now inventory.xml file
[oracle@vm2 ContentsXML]$ cat inventory.xml
cancel the installation and Starting the goldengate configuration again by invoking runInstaller
Hope, this helps you.
Thanks and Regards,
Rajesh Kumar Govindarajan.