RAC Connection Redirected To Wrong Host/IP ORA-12545 [ID 364855.1]
RAC Connection Redirected To Wrong Host/IP ORA-12545 [ID 364855.1] | |||||
修改時間 16-APR-2010 型別 PROBLEM 狀態 PUBLISHED |
In this Document
Applies to:
Oracle Net Services - Version: 9.2.0.8.0 to 11.1.0.7.0 - Release: 9.2 to 11.1Information in this document applies to any platform.
Checked for relevance on 9-APR-2010.
Symptoms
When we try to connect to a RAC service name we sometimes get redirected by the first node's listener to the public address/hostname of the second node instead of its VIP address. An ORA-12545 error may be generated if that public hostname is not configured in DNS.We were expecting the connection to eventually be redirected to the VIP of the other node.
Cause
The Database on one RAC node remote registers with the wrong local IP address to the listener on the other RAC node (e.g. the public IP address instead of the wanted VIP address).The PMON process handles database registration to the local and remote listeners. For remote listeners registration PMON will have to find out what is the IP address of the local system in order to present it to the remote listener as database contact address.
In the default Oracle configuration, for hosts which have more than one IP address configured on the network interfaces, it is undefined which IP address will be selected for remote registration.
Solution
Modify the local_listener database parameter to point to the local VIP address. For the parameter value use either an alias name which contains in the DESCRIPTION field only the VIP address or use an explicit connection statement like the following:alter system set LOCAL_LISTENER="(ADDRESS=(PROTOCOL=TCP)(HOST=)(PORT=1521))" scope=both sid='instance_name';
Where "instance_name" is the unique instance name. Issue this statement for all instances in the cluster.
References
- Issues Affecting Automatic Service Registration- Dynamic Registration Fails On Multiple Network Interface Server[@more@]
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/161195/viewspace-1053913/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- RAC Connection Redirected To Wrong Host/IP ORA-12545
- Connection could not be established with host 求救
- Oracle RAC的ORA-12545 Connect failed because target host or object does not exist問題OracleAIObject
- ORA-12545 TNS: Host or Object Does not ExistObject
- Connection to x as user y failed: ERROR: Wrong password for userAIError
- ssh問題:ssh_exchange_identification: Connection closed by remote hostIDEREM
- 【MySQL】Host is blocked because of many connection errorsMySqlBloCError
- ORA-12545 RAC 解決
- 【Mysql】MySql Host is blocked because of many connection errors;MySqlBloCError
- 11g RAC ORA-12545 解決方案 +11g scan IP新特性
- The connection to the server 10.10.0.2:6443 was refused - did you specify the right host or port?Server
- Connection to host as user root failed.ERROR: NMO not setuid-root (Unix-only)AIErrorUI
- 【故障處理】ORA-12545: Connect failed because target hostAI
- ORA-12545: Connect failed because target host or object does not existAIObject
- ssh: connect to host localhost port 22: Connection refusedlocalhost
- EJB create時ConnectException: Connection refused to host:....問題Exception
- RAC連線的問題ORA-12545
- Mysql host is blocked because of many connection errors;unblock解決方法MySqlBloCError
- hacmp boot ip\svc ip \standby ip\ rac ipACMboot
- ORACLE DG為RAC時使用scan-ip連線資料庫會報 ORA-12545錯誤Oracle資料庫
- 連線rac資料庫報ORA-12545資料庫
- 客戶端連線RAC報ora-12545客戶端
- RAC連線的問題ORA-12545(二)
- scan-ip連線出現“ORA-12545”
- 坑:ssh: connect to host github.com port 22: Connection refusedGithub
- Mysql連線錯誤:Mysql Host is blocked because of many connection errorsMySqlBloCError
- oracle10g RAC Default gateway is not defined (host=rac2) (vm)OracleGateway
- 【Oracle】11g RAC ORA-12545 解決方案Oracle
- 9i rac 連線時提示ORA-12545!
- ORACLE 11G RAC 訪問SCANIP ORA-12545Oracle
- 記一次ORA-12545: Connect failed because target host or object does not existAIObject
- 連線scan ip出現ORA-12545錯誤
- RAC修改IP地址
- RAC重建SCAN IP
- RAC 增加SCAN IP
- rac下修改ip
- RAC修改IP操作
- Oracle11gR2 RAC 使用scan IP無法連線資料庫(ORA-12545)問題解決Oracle資料庫