客户的RAC的一个节点挂了之后,手工重启,所有资源都恢复正常,本地同网络连接正常,但是下面的其它网络客户端连接scanIP报错
ORA-12545: 因目标主机或对象不存在, 连接失败
C:\Users\Administrator>sqlplus system/manager@172.16.80.24/dbserver
SQL*Plus: Release 10.2.0.1.0 - Production on 星期五 8月 14 23:57:53 2020
Copyright (c) 1982, 2005, Oracle. All rights reserved.
ERROR:
ORA-12545: 因目标主机或对象不存在, 连接失败
这里的原因是节点的LOCAL_LISTENER参数不知道被谁设置为了空.在RAC中,每个节点的LOCAL_LISTENER参数必须指定本节点的vip,remote_listener必须指向scanIP.
MOS的相关文档如下:
| ORA-12545 or ORA-12537 While Connecting to RAC Through SCAN name (Doc ID 970619.1) | To Bottom |
![]()
| In this Document
APPLIES TO:Oracle Database Configuration Assistant - Version 11.2.0.1 and laterOracle Net Services - Version 11.2.0.4 to 11.2.0.4 [Release 11.2] Information in this document applies to any platform. ***Checked for relevance on 11-Mar-2013*** SYMPTOMSError ORA-12545 or ORA-12537 reported while trying to connect to 11gR2 Real Application Cluster (RAC) database through SCAN name CHANGES
CAUSEClient is able to resolve all Fully Qualified Domain Name (FQDN) SCAN and VIP name but not short ones(without domain name) as its in different domain; even though FQDN names were specified during Grid Infrastructure setup, due to bug 9150053 by default DBCA set database parameter local_listener to short node VIP name while database is created. ping -c 1 <node1>.oracle.com |

本文详细解析了在Oracle RAC环境中遇到ORA-12545错误的原因及解决方案,指出LOCAL_LISTENER参数设置不当是常见原因,并提供了修改参数及注册监听器的具体步骤。
To Bottom

1091

被折叠的 条评论
为什么被折叠?



