Login  Register

Rac listeners

classic Classic list List threaded Threaded
8 messages Options Options
Embed post
Permalink
Reply | Threaded
Open this post in threaded view
| More
Print post
Permalink

Rac listeners

satish
1160 posts
Dear erman,

Do we need to ser local listener paremeter for both database and asm instances

According to Real Application Clusters Installation Guide During Oracle Database creation, the LOCAL_LISTENER parameter is automatically configured to point to the local listener for the database. The Database Agent sets the LOCAL_LISTENER parameter to a connect descriptor that does not require a TNS alias.

Thank you
Reply | Threaded
Open this post in threaded view
| More
Print post
Permalink

Re: Rac listeners

ErmanArslansOracleBlog
Administrator
5732 posts
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.
Reply | Threaded
Open this post in threaded view
| More
Print post
Permalink

Re: Rac listeners

satish
1160 posts
Thanks for the update erman.


Local listeners for databases should run from oracle home or grid home?
Reply | Threaded
Open this post in threaded view
| More
Print post
Permalink

Re: Rac listeners

ErmanArslansOracleBlog
Administrator
5732 posts
local listener can be run on GRID Homes or RDBMS homes..
the general recommendation is "running local listeners from GRID homes)
Reply | Threaded
Open this post in threaded view
| More
Print post
Permalink

Re: Rac listeners

satish
1160 posts
Thanks erman,

Even if we run local listener from GRID HOME,local_listener parameter should be set in spfile for oracle instance right?
Reply | Threaded
Open this post in threaded view
| More
Print post
Permalink

Re: Rac listeners

ErmanArslansOracleBlog
Administrator
5732 posts
in any case, set it in spfile.
Reply | Threaded
Open this post in threaded view
| More
Print post
Permalink

Re: Rac listeners

ErmanArslansOracleBlog
Administrator
5732 posts
And yes.
İt should be set in RDBMS's spfile.
Reply | Threaded
Open this post in threaded view
| More
Print post
Permalink

Re: Rac listeners

satish
1160 posts
Thanks erman for making it clear