温馨提示×

温馨提示×

您好,登录后才能下订单哦!

密码登录×
登录注册×
其他方式登录
点击 登录注册 即表示同意《亿速云用户服务条款》

如何oracle安装未填写hosts导致弹窗错误

发布时间:2020-05-21 16:50:16 来源:亿速云 阅读:200 作者:鸽子 栏目:关系型数据库

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


向AI问一下细节

免责声明:本站发布的内容(图片、视频和文字)以原创、转载和分享为主,文章观点不代表本网站立场,如果涉及侵权请联系站长邮箱:is@yisu.com进行举报,并提供相关证据,一经查实,将立刻删除涉嫌侵权内容。

AI