黄智勇 发表于 2018-9-12 09:12:03

oracle11g安装报错[INS-32025]

  安装到选择oracle_base和oracle_home的地方,弹出如下提示:
   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即可

页: [1]
查看完整版本: oracle11g安装报错[INS-32025]