Monday, November 16, 2015

Fix INS-32025

Sometimes we face "[INS-32025] The chosen installation conflicts with software already installed in the given Oracle home" error when we reinstall Oracle home.



To fix this error, go to oraInventory folder.


cd /u01/oraInventory/ContentsXML --this is my folder
edit inventory.xml any editor
remove below line:

<HOME NAME="OraDb11g_home1" LOC="/u01/oracle/product/11.2.0/dbhome_1" TYPE="O" IDX="1"/>

execute runInstaller again

No comments:

Post a Comment

Cannot access dba_directories inside procedure

 Recently I faced one of familiar Oracle error ORA -00942 : table or view does not exist   I got it in while compiling procedure, becaus...