安装oracle 10g时,进行到Configuration Assistants 时Oracle Net configuration Assistant
无法进行下去,报错
25031:some of the configuration assistants failed.It is strongly recommended that you retry the configuration assistants at this time Not successfully running any "Recommended" assistants means your system will not be correctly configured.
如图:
百度查询得知: 检查linux主机名是否符合规范,因为oracle不是直接获取IP地址的,而是通过解析主机名来获取IP的 #hostname 检查主机名 修改两个文件里主机名 /etc/sysconfig/network /etc/hosts 我的主机名没问题在hosts文件里,添加一项 主机IP 主机名 后安装正常。

发表评论