Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Listener not picking up all service names
It may have to do with your LOCAL_LISTENER setting? What's it set to?
Yong Huang
yong321_at_yahoo.com
Chuck Hamilton <chuck_hamilton_at_yahoo.com> wrote in message news:<oulgmt883dmlvdnekrheqiu28ausq12lpt_at_4ax.com>...
> What would cause a database instance with two service names to only
> register one service name with the listener? In the example below,
> vruva gets registered with the listener but not chewd145
>
> init.ora (onlt the pertinent lines)
> -----------------------------------
> instance_name = "vruva"
> service_names = "vruva, chewd145"
>
> Listener.ora
> -------------
> LISTENER =
> (DESCRIPTION_LIST =
> (DESCRIPTION =
> (ADDRESS = (PROTOCOL = TCP)(HOST = chewd145)(PORT = 1521))
> )
> )
Received on Wed Aug 01 2001 - 23:13:35 CDT
![]() |
![]() |