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.