Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: Listener not picking up all service names

Re: Listener not picking up all service names

From: Vincent Ventrone <vav_at_brandeis.edu>
Date: Thu, 2 Aug 2001 09:57:43 -0400
Message-ID: <9kbm3a$rcf$1@new-news.cc.brandeis.edu>

> 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"

If this is an 8i database then it should register *both* names with the listener automtically since the latter is running on the default port (so you don't need a LOCAL_LISTENER parameter in the init.ora). However, service_names may not work properly depending upon the versions of the database & listener -- for ex.,an 8.1.6 db would not register properly with an 8.1.5 listener (see Note 76636.1 for details.) Since "ruva"is the instance name,& presumably the database name as well, this name gets registered w/ the listener by default (<dba_name>.<db_domain>), it is likely that in your current config. the service_names param. is being ignored. Received on Thu Aug 02 2001 - 08:57:43 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US