LOCAL_LISTENER 为空

Applies To

All Users

Summary

In a cluster environment you may want to use the same init.ora for both the primary and failover nodes.

This document describes how to configure the local_listener parameter without mentioning the host name or ip address in that scenario so that both the nodes (primary and failover) can register to the listener running on that local node.

Solution

Please configure local_listener in the following way

LOCAL_LISTENER="(address=(protocol=tcp)(host=)(port=<<port#>>))"

e.g

LOCAL_LISTENER="(address=(protocol=tcp)(host=)(port=1522))"

i.e if you put host= ( nothing, just blank) it will register itself with the local listener running on the same host on the port 1522.

相关推荐
jnrjian2 小时前
Oracle 计算表 + LOBs 大小
oracle
Leon-Ning Liu2 小时前
Oracle恢复DELETE数据的PACKAGE(介绍篇)(仅做研究使用)
数据库·oracle
zyl837212 小时前
Matplotlib/Seaborn:数据可视化
数据库·oracle
jnrjian2 小时前
Oracle 自动 rman recover table
oracle
mN9B2uk172 小时前
数据库设计 Step by Step
数据库·oracle·数据库开发
abcy0712132 小时前
oracle配置pdb账号密码图文教程
数据库·oracle
六月雨滴3 小时前
SQL 优化
sql·oracle·dba
霸道流氓气质3 小时前
Spring Boot + Jasypt 实战指南:配置文件敏感信息加密完全手册
数据库·spring boot·oracle
郝学胜-神的一滴3 小时前
系统设计 014:缓存深度实战:如何用 Cache 优雅优化数据库读写?
java·数据库·python·缓存·oracle·php·软件构建