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.

相关推荐
踏月的造梦星球8 小时前
DMHS同步原理与DM8到DM8基础搭建
数据库·oracle
微三云 - 廖会灵 (私域系统开发)10 小时前
电商系统监控告警体系从0到1:Prometheus+Grafana+AlertManager的全链路可观测性实践
oracle·grafana·prometheus
G.O.G.O.G10 小时前
LeetCode SQL 从入门到精通(MySQL)05(下)
数据库·sql·oracle
alxraves12 小时前
医院远程会诊系统:数据库模块设计与实现
数据库·oracle
苦瓜汤补钙12 小时前
Oracle JDK8 环境配置-Win11
开发语言·数据库·笔记·oracle
️学习的小王13 小时前
MySQL 数据库基础操作全解:从建库到增删改查
数据库·mysql·oracle
oradh14 小时前
Oracle 11g单库升级至19c单库(dbua图形方式)
数据库·oracle·11g升级19c·dbua升级方式
Java面试题总结15 小时前
RAG 入库实战:一份原始资料,如何变成可检索的知识
数据库·oracle
逆境不可逃15 小时前
RAG 不只是向量数据库:讲透 Chunk、混合检索、重排、引用与权限治理
数据库·oracle
91刘仁德16 小时前
MySQL 数据库基础操作知识点整理
数据库·mysql·oracle