oracle--CRS-0215 : Could not start resource 'ora.node2.ons'.
时间:2019-07-09 10:39:50
收藏:0
阅读:149
01,问题描述
安装10G+RAC集群,在node2进行vipca操作的时候发现这个问题
02,问题解决
原因是少了host的回环地址,当时删除错了
添加进去即可
127.0.0.1 localhost localhost.localdomain localhost4 localhost4.localdomain4 ::1 localhost localhost.localdomain localhost6 localhost6.localdomain6
原文:https://www.cnblogs.com/kingle-study/p/11155673.html
评论(0)