码迷,mamicode.com
首页 > 数据库 > 详细

oracle安装问题: 11g安装未填写hosts导致弹窗错误

时间:2016-09-07 23:21:59      阅读:507      评论:0      收藏:0      [点我收藏+]

标签:property   oracle   advice   网上   主机   

技术分享

oracle 安装的时候刚弹出安装界面会弹出如下错误。这是由于hosts文件中没有设置主机名的原因。

因为我自己操作的时候没有截图,在这里直接给大家分享一下网上的一个教程,内容有修改。

运行./runInstaller,立即出现下面的错误

# cat /tmp/OraInstall2013-03-14_11-07-58AM/installActions2013-03-14_11-07-58AM.log

核心报错:

  1. INFO: Setting value for the property:platformcmdmap in the bean:configcmd  INFO: Setting value for the property:configcmds in the bean:configcmdmappings  SEVERE: [FATAL] dev-1: dev-1.  Refer associated stacktrace #oracle.install.commons.util.exception.DefaultErrorAdvisor:37  INFO: Advice is ABORT  SEVERE: Unconditional Exit  INFO: Adding ExitStatus FAILURE to the exit status set  

放方法

原因是因为hosts中未设置IP和Hostname的映射。

运行hostname,查看本机hostname

打开/etc/hosts

在底部添加:服务器ip+主机名

192.168.33.128  dev-1


oracle安装问题: 11g安装未填写hosts导致弹窗错误

标签:property   oracle   advice   网上   主机   

原文地址:http://11800740.blog.51cto.com/11790740/1847344

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!