oracle11g-R2静默安装报错[INS-32013]解决方案

Posted mvpbang

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了oracle11g-R2静默安装报错[INS-32013]解决方案相关的知识,希望对你有一定的参考价值。

问题描述:

  oracle静默安装很强大。。。,参数搞不对。安装就扯dan了....这个报错搞了一个下午。终于搞定了如释负重。。。。

如果当初选择仅仅安装oracle软件就没多事情。想一步完成(数据库软件+实例安装+实例监听),走了写弯路....

报错日志

[FATAL] [INS-32013] The File Location location is empty.  #致命的错误【FATAL】直接导致安装终端。。。。扯淡了
   CAUSE: The File Location location was empty.  #说的很明白,文件位置为空。一直没有排查出来。。。
   ACTION: Specify a path for File Location location.
A log of this session is currently saved as: /tmp/OraInstall2018-01-07_01-06-20AM/installActions2018-01-07_01-06-20AM.log. 
Oracle recommends that if you want to keep this log, you should move it from the temporary location to a more permanent location.

解决方案

   oracle.install.db.config.starterdb.storageType=FILE_SYSTEM_STORAGE  #不指定的好像报错,指定后需要指定dataLocation的路径

oracle_install_db_InstallOption  INSTALL_DB_AND_CONFIG  #安装oracel软件及监听数据库实例  #INSTALL_DB_SWONLY #仅仅安装数据软件
oracle.install.db.config.starterdb.storageType=FILE_SYSTEM_STORAGE  #使用本地存储系统,必须指定dataLocation,报错就是这个没有给予参数
oracle.install.db.config.starterdb.fileSystemStorage.dataLocation=/data/oracle/oradata  
oracle.install.db.config.starterdb.fileSystemStorage.recoveryLocation=/data/oracle/fast_recovery_area  

  下面的链接文件,给我指明了道路。黑暗中看到了光亮。。。

oracel11g静默安装参考:http://makaidong.com/slowtech/1/19655_12058094.html

以上是关于oracle11g-R2静默安装报错[INS-32013]解决方案的主要内容,如果未能解决你的问题,请参考以下文章

oracle-11g-R2监听文件配置

ORACLE-RAC-11G-R2_INSTALL

静默安装oracle 查看日志重点看啥知道是不是成功安装

CentOS7.2静默安装Oracle11G

Linux下静默安装oracle11G

RHEL 6.5 静默安装 oracle 11.2.4