RAC Connection Redirected To Wrong Host/IP ORA-12545 [ID 364855.1]
|
|
|
Modified 16-APR-2010Type PROBLEMStatus PUBLISHED
|
|
In this Document
Symptoms
Cause
Solution
References
Applies to:
Oracle Net Services - Version: 9.2.0.8.0 to 11.1.0.7.0 - Release: 9.2 to 11.1
Information in this document applies to any platform.
Checked for relevance on 9-APR-2010.
When we try to connect to a RAC service name we sometimes getredirected 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.
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.
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=<VIP_address>)(PORT=1521))" scope=both sid='instance_name';
Where "instance_name" is the unique instance name. Issue this statement for all instances in the cluster.
TheLOCAL_LISTENER database parameter will give PMON a hint in respect of which IP address it should use for remote registration with other nodes' listener(s).
NOTE:235562.1 - Issues Affecting Automatic Service Registration
NOTE:256275.1 - Dynamic Registration Fails On Multiple Network Interface Server
------------------------------------------------------------------------------
Blog: http://blog.csdn.net/tianlesoftware
网上资源: http://tianlesoftware.download.csdn.net
相关视频:http://blog.csdn.net/tianlesoftware/archive/2009/11/27/4886500.aspx
DBA1 群:62697716(满); DBA2 群:62697977(满)
DBA3 群:62697850 DBA 超级群:63306533;
聊天 群:40132017
--加群需要在备注说明Oracle表空间和数据文件的关系,否则拒绝申请
分享到:
相关推荐
radhat el5 安装oracle rac需要用到的包kernel-xen-2.6.18-53.el5.i686.rpm
1. rpm -ivh rlwrap-0.42-1.el7.x86_64.rpm 2. 检查包是否安装上 rpm -qa rlwrap 3. 修改配置文件 vi .bash_profile 增加:alias sqlplus='rlwrap sqlplus' alias rman='rlwrap rman' alias lsnrctl='rlwrap ...
kernel-PAE-2.6.18-53.el5.i686.rpm,libXp-1.0.0-8.1.el5.i386.rpm,openmotif21-2.1.30-11.EL5.i386.rpm,oracleasm-2.6.18-53.el5-2.0.4-1.el5.x86_64.rpm,xorg-x11-libs-compat-6.8.2-1.EL.33.0.1.i386.rpm,...
sudo yum install /path/to/kmod-libs-20-21.el7.x86_64.rpm ``` 或者,如果你使用的是Fedora、CentOS 8及以上版本或其他使用`dnf`的系统: ```bash sudo dnf install /path/to/kmod-20-21.el7.x86_64.rpm sudo dnf...
radhat el5 安装oracle rac需要用到的包 kernel-debug-2.6.18-53.el5.i686.rpm
RedHat/CentOS7离线安装Oracle11g_R2_x64所需的依赖包。 rpm -ivh \ mpfr-3.1.1-4.el7.x86_64.rpm \ compat-libstdc++-33-3.2.3-72.el7.x86_64.rpm \ libmpc-1.0.1-3.el7.x86_64.rpm \ libXau-1.0.8-2.1.el7.x86_64....
oracleasm-2.6.18-128.1.1.el5-2.0.5-1.el5.x86_64.rpm oracleasm-2.6.18-128.1.10.el5-2.0.5-1.el5.x86_64.rpm oracleasm-2.6.18-128.1.14.el5-2.0.5-1.el5.x86_64.rpm oracleasm-2.6.18-128.1.16.el5-2.0.5-1.el5....
描述中提到的“Instant Client package is required for Basic and TNS connection”,意味着Oracle Instant Client包含了两个关键组件:Basic组件和TNS(Transparent Network Substrate)组件。Basic组件提供了基本...
官方离线安装包,亲测可用。使用rpm -ivh [rpm完整包名] 进行安装
oracle rac部署所需要的asm包,oracleasmlib-2.0.8-2.el7.x86_64.rpm
如果你自己在官网下载需要Oracle账号,我这里直接下载好这四个安装包,用于安装Oracle客户端、开发环境等,zabbix监控数据库必备 (适用于centos 8或者9)
Oracle ASM Library,简称Oracle ASMLib,是Oracle公司为Linux操作系统设计的一款用于管理磁盘的软件库,尤其在Oracle RAC(Real Application Clusters)环境中,它提供了高效且可靠的存储管理解决方案。标题中的...
【RAC】 RAC For W2K8R2 安装--创建ASM磁盘组(六).pdf【RAC】 RAC For W2K8R2 安装--创建ASM磁盘组(六).pdf
1.Oracle RAC 数据库迁移的重要性:随着 business 的发展,数据库的存储需求也在不断增长,如何将数据库迁移到新的存储设备上成为一个重要的课题。 2.ASM 存储迁移的优势:使用 ASM DISKGROUP 的方式可以实现在线...
oracle rac 安装数据库rac所需的包
oracle 11g安装资源包,用于RAC集群等,解决依赖包的安装
[oracle@node-rac1 admin]$ crs_stop ora.node-rac1.LISTENER_NODE-RAC1.lsnr ``` 同样,使用 `crs_start` 命令可以启动资源: ``` [oracle@node-rac1 admin]$ crs_start ora.node-rac1.LISTENER_NODE-RAC1.lsnr `...
RHEL7.3或者CentOS7.3安装oracle 安装RAC使用ASM磁盘必备依赖包,亲测可用 kmod-oracleasm-2.0.8-17.el7.3.x86_64
在给定的压缩包中,我们看到一个名为`pdksh-5.2.14-37.el7.centos.1.x86_64.rpm`的文件。这是针对CentOS 7的`pdksh` RPM(Red Hat Package Manager)包,适用于64位架构。RPM是一种广泛用于Linux系统的软件包管理器...
【RAC】 RAC For W2K8R2 安装--操作系统环境配置 (二).pdf