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.

相关推荐
Leon-Ning Liu2 天前
【真实经验分享】ORA-12516 排查实录:共享服务器模式下 SHARED_SERVER_SESSIONS 不足引发的监听故障
运维·服务器·oracle
snpgroupcn2 天前
企业有必要做 SAP 数据归档吗?优势与价值分析
数据库·oracle
曹牧2 天前
Java:BeanListHandler
java·数据库·oracle
不想纳尼的青春2 天前
where = 的作用?会影响性能吗?count(*) 和 count()哪个快?
数据库·oracle
杨云龙UP2 天前
生产环境Oracle表空间扩容实战:使用Toad for Oracle图形界面新增Datafile(ASM+OMF)
linux·运维·数据库·oracle·表空间·asm 存储管理·toad
惜分飞3 天前
Oracle Block Edit Tool (obet) 功能增强–2026.07
数据库·oracle·obet
#六脉神剑3 天前
myBuilder新版本(8月,Office文件预览、Oracle数据库支持)
数据库·oracle·开发平台·数字化工具·mybuilder
空杆推不起4 天前
穿透数据库 JOIN 核心:语法分类、底层算法、生产优化与高频坑点全解析
数据库·oracle
传说故事4 天前
数据库中一些常用英文单词含义
数据库·oracle