Administrator
|
You need to have a local listeners for your database instances.. If you have a 2 node rac, then you need to have at least one local listener per node. (total 2 local listeners)
you can think like;
clients connect through the scan listener, and scan listener redirects the connections to the local listeners.
local listeners triggers the shadow processes and connects the clients to these shadow processes.
And yes, ASM instances also have local listener parameters set.
|