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/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- Connection could not be established with host 求救
- Please specify (single) host string for connection:
- ssh: connect to host localhost port 22: Connection refusedlocalhost
- Oracle 12C ORA-12545 While Connecting to RAC through SCAN NameOracleWhile
- RAC 增加SCAN IP
- RAC修改IP地址
- ORACLE RAC中連線ScanIP報錯ORA-12545的問題解決Oracle
- Mysql host is blocked because of many connection errors;unblock解決方法MySqlBloCError
- 坑:ssh: connect to host github.com port 22: Connection refusedGithub
- The connection to the server 10.10.0.2:6443 was refused - did you specify the right host or port?Server
- 異常解決——GitLab : ssh: connect to host port 22: Connection refusedGitlab
- Oracle RAC修改Scan IP,Public IP的方法Oracle
- 解決 ssh connect to host github.com port 22 Connection timed outGithub
- 更改rac scanIP IP的地址
- 【RAC】Oracle rac修改IP地址及埠號命令參考Oracle
- Oracle RAC修改public, VIP, SCAN IPOracle
- What is wrong?
- 11g RAC 修改PUBLIC-IP、VIP、PRIV-IP、SCAN-IP
- rac 新增第二public ip 和 vip
- Oracle 12.2 RAC修改public ip address或public ip(subnet (netmask) or interface)Oracle
- Hello-FPGA CoaXPress Over Fiber Host FPGA IP Core DataSheetFPGA
- Oracle RAC中驗證LUN_ID對應情況Oracle
- 【RAC】如何修改SCAN IP的IP地址、名稱、埠等資訊
- Warning: Permanently added the RSA host key for IP address '13.250.177.223' to the list of known hos
- [重慶思莊每日技術分享]-ORACLE RAC中連線ScanIP報錯ORA-12545的問題解決Oracle
- Mysql 錯誤日誌出現大量[Warning] Aborted connection to db user host的解決思路MySql
- Oracle 11g RAC SCAN ip的原理及配置Oracle
- oracle OGG-01232 Receive TCP params error:TCP/IP error 232(connection reset)OracleTCPError
- nacos Connection refused (Connection refused)
- Oracle 12. 2 RAC public IP與vip 互換方法Oracle
- proxy_set _header Host $host;Header
- Nuxt.js 應用中的 app:redirected 鉤子詳解UXJSAPP
- virtualbox結合nat和host-only設定固定ip的環境
- 關於Docker compose值IP與域名的對映 之 extra_hostDocker
- 【RAC】Oracle 12c以及以上版本的diagsnap是什麼? (Doc ID 2469643.1)Oracle
- Connection
- ssh連線遠端伺服器出現Host key verification failed. lost connection問題的解決伺服器AI
- ubuntu ssh: connect to host ** port 22: Connection refused ssh登入遠端伺服器時提示Permission denied (publickey,password)Ubuntu伺服器
- 【DB寶44】Oracle rac叢集中的IP型別簡介Oracle型別