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 Liu10 小时前
Oracle 19c ASMB 进程 PGA 内存泄漏排查实战 (Bug 38610635)
数据库·oracle
步行cgn10 小时前
Spring 注入 null 和空字符串详解
数据库·spring·oracle
zone_z13 小时前
11 · 空间类故障排查:表空间满 / 临时表空间爆 / 归档满挂库
oracle·temp·tablespace·archive·ora-01652
严同学正在努力2 天前
认识 SQL Server 的 T-SQL 语法
数据库·人工智能·ai·oracle·dba
l1t2 天前
DeepSeek总结的chdb-core v26.7.3发版说明
数据库·clickhouse·oracle
风哥2号2 天前
数据库教程FGMT21‑Oracle RAC+DG生产实战(1):Oracle19c/26ai for RHEL8/9安装配置+补丁
数据库·oracle
风哥2号2 天前
数据库教程FGMT26‑1‑GoldenGate数据库容灾迁移01(OGG同构异构、数据库迁移、数据同步、容灾复制)
数据库·oracle
风哥2号2 天前
数据库教程FGMT25‑Oracle多租户架构CDB与PDB运维管理
数据库·oracle
天空之城--3 天前
Flutter Drift 完全指南:从原理到实战
jvm·flutter·oracle
奔跑吧树袋熊3 天前
多租户隔离该做到哪一层:从连接池到 ORM 的取舍
开发语言·数据库·oracle·系统架构