折雨的天空
lnmp连接oracle出现ORA-24408错误处理
2014-2-18 我好笨


错误代码:ORA-24408: could not generate unique server group name










一般连接外部oracle服务器那一步骤时,可能会出现ORA-24408:could not generate unique server group name这样的错误,解决办法是在hosts中将主机名添加即可:


vi /etc/hosts
127.0.0.1 localhost localhost.localdomain localhost4 localhost4.localdomain4 test
::1 localhost localhost.localdomain localhost6 localhost6.localdomain6 test


上面的代码中,test即为主机名。然后重启网络服务即可。service network restart





发表评论:
昵称

邮件地址 (选填)

个人主页 (选填)

内容