Understanding Local and Remote Listener. [message #397666] |
Mon, 13 April 2009 04:00  |
dba4bank
Messages: 49 Registered: October 2007 Location: TURKEY
|
Member |
|
|
Hi,
We have tried a test on solaris 10 with RAC database 10GR2.But I am confusing with local and remote listener.And I have some research on the literature but i didn't find any information.
So could you please help me about understanding and explain remote listener.
Regards.
|
|
|
Re: Understanding Local and Remote Listener. [message #397668 is a reply to message #397666] |
Mon, 13 April 2009 04:39   |
knight
Messages: 111 Registered: January 2009
|
Senior Member |
|
|
remote_listener is configured in the parameter file to specify
a name which resolves to listeners running on other nodes.
PMON thus registers with all the available listeners.
on also needs to include the address details of listener on one node inside the tnsnames.ora of other server.
|
|
|
|
Re: Understanding Local and Remote Listener. [message #401117 is a reply to message #397838] |
Fri, 01 May 2009 12:49  |
tridentadm
Messages: 142 Registered: March 2006
|
Senior Member |
|
|
This is basically a server side load balancing concept.
When clients attempt to connect they check then node/instance first connected to and the load is checked.
It checks basically this load via CPU and the listener registration. As mentioned earlier PMON registers with all the available listeners.
If its loaded it guides it to the remote node and this is via the remote_listener.
Corrections welcome.
|
|
|