oracle12c安装报错[INS-32025]

来源:这里教程网 时间:2026-03-03 13:02:56 作者:

安装到选择oracle_base和oracle_home的地方,弹出如下提示:

[FATAL] [INS-32025] The chosen installation conflicts with software already installed in the given Oracle home.

原因分析:该问题的主要原因是,之前使用该路径安装过一次数据库,所以系统识别该路径之前已经被使用过,需要选择其他路径进行安装

解决方法:修改文件inventory.xml中的oracel_home信息即可

在linux中,查找该文件:cd /; locate inventory.xml

找到后,进入该路径,打开文件,vi inventory.xml

删除里面和安装界面报错指向的路径一致的行,然后保存退出

取消oralce安装,再次执行./runinstaller即可

相关推荐