oracle 安装的时候刚弹出安装界面会弹出如下错误。这是由于hosts文件中没有设置主机名的原因。
因为我自己操作的时候没有截图,在这里直接给大家分享一下网上的一个教程,内容有修改。
运行./runInstaller,立即出现下面的错误
# cat /tmp/OraInstall2013-03-14_11-07-58AM/installActions2013-03-14_11-07-58AM.log
核心报错:
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
免责声明:本站发布的内容(图片、视频和文字)以原创、转载和分享为主,文章观点不代表本网站立场,如果涉及侵权请联系站长邮箱:is@yisu.com进行举报,并提供相关证据,一经查实,将立刻删除涉嫌侵权内容。