Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: How to disable dynamic registration?
Bababobo wrote:
> Hi there,
> I'm running three (3) dedicated listeners & databases on one host,
> with specified portnumbers. network/admin/*.ora has been configured
> correctly, static & dedicated, mentioning SERV. When I start the two
> non-1521 listeners, everything works fine and both listeners register
> correctly with the respective instances.
> When I start the third listener, which uses 1521, the third service
> registers fine. But in addition the earlier 2 databases dynamically
> register themselves to this third listener, leaving the other 2
> listeners without any function.
>
> Am sure I have defined everything static, as in earlier releases. Any
> idea how to DISABLE the dynamic registration? Is on 9iR2, RH9, empty
> local_listener para.
>
> thx
Set the local_listener parameter for each instance. It defines which listeners instances register themselves with (and its that way round, not listeners registering with instances).
Instances register with a 1521 listener by default. Local_listener tells the instance what it may register with.
Regards
HJR
Received on Wed Aug 20 2003 - 05:34:23 CDT