If you are trying to install SOA Suite(might be just Oracle Application Server) and you get this error even though the home you are trying to use is not being used, then most probably the orainventory file has been corrupted.
-You can try to check whether this home is listed on the file /oraInventory/ContentsXML/inventory.xml. If so try to remove it and reboot your machine. Then rerun the installer.
- If this does not help, you can force the installer to use another inventory file that you create. I.e:
- Create a file called oraInst.loc and add these lines:
inventory_loc=/u01/app/oracle/oracle/product/10.1.3/oraInventory
inst_group=dba
- run the installer with this parameter:
runInstaller -invPtrLoc /u01/app/oracle/oracle/product/10.1.3/oraInst.loc
No comments:
Post a Comment