[오라클 Error] [INS-32025] 선택한 설치가 제공된 Oracle 홈에 이미 설치된 소프트웨어와 충돌합니다.
[INS-32025] 선택한 설치가 제공된 Oracle 홈에 이미 설치된 소프트웨어와 충돌합니다.
[INS-32025] The chosen installation conflicts with software already installed in the given Oracle home
✅ 원인
오라클11g를 설치하다가 중단하고 오라클XE11g를 삭제하고 돌아왔는데 설치가 이어서 진행이 안 된다. 설치가 완벽하게 된 게 아니라 Universal installer > deinstall 어쩌구 삭제 역시 안 되는 상황.. 오라클 재설치 쉽지 않다.
✅ 해결
아래 링크 참고해서 진행
https://dba-story.blogspot.com/2014/04/ins-32025-chosen-installation-conflicts.html
[INS-32025] The chosen installation conflicts with software already installed in the given Oracle home
Hi All , Some times we can got the following error : [INS-32025] The chosen installation conflicts with software already installed in th...
dba-story.blogspot.com
1. cat /etc/oraInst.loc
2 cd <oraInventory path>/oraInventory/ContextXML (In windows you can find the inventory.xml in C:\Program Files\Oracle\Inventory\ContentsXML)
3. vi inventory.xml
4. Remove the line that contain the new ORACLE Home
5. Exit and re-run the installer.
1) C:\Program Files\Oracle\Inventory\ContentsXML\inventory.xml 파일 수정
2) <HOME ~ /> 부분 삭제
3) 오라클 setup 재실행
설치 성공 !!