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.

相关推荐
oradh11 分钟前
Oracle RMAN备份元数据管理
数据库·oracle·rman备份元数据管理·rman catalog
Java后端的Ai之路2 小时前
05、Python单例模式完全指南
开发语言·人工智能·python·单例模式·oracle
linweidong2 小时前
字节AI Agent面试题大全及参考答案(下)
数据库·oracle
Lucifer三思而后行14 小时前
Oracle 23ai/26ai 新功能:一条命令把 PDB 用户设为只读
oracle·pdb
oradh21 小时前
Oracle RMAN备份脚本、RMAN还原恢复测试、RMAN常用语句
数据库·oracle·rman备份脚本·rman还原恢复测试·rman常用语句
云贝教育-郑老师21 小时前
Oracle 块清除(Block Cleanout):commit 之后,数据块里的“战场“谁来打扫?
数据库·学习·oracle
gs8014021 小时前
Java 响应式编程详解:从 Flux、Mono 到 Spring WebFlux 技术生态
数据库·oracle
zone_z1 天前
07 · 等待事件与 OWI 方法:从 OSW 到 BUG 的完整破案实录
linux·数据库·oracle·ffmpeg·bug·troubleshooting
青禾8371 天前
MySQL 数据库完全指南:DDL、DML、DCL 与用户权限管理
数据库·oracle
风123456789~1 天前
【Oracle专栏】自治事务AT实验、知识点整理
数据库·oracle