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

Home -> Community -> Usenet -> c.d.o.misc -> Re: listener cannot read SERVICE_NAME

Re: listener cannot read SERVICE_NAME

From: Sybrand Bakker <gooiditweg_at_sybrandb.demon.nl>
Date: Sat, 27 Dec 2003 00:38:27 +0100
Message-ID: <4ghpuvkqlkvb123vekdcpd4vvsc7hpsdcc@4ax.com>


On 26 Dec 2003 11:25:10 -0800, adachtler_at_web.de (Axel Dachtler) wrote:

>Hi,
>
>I have a listener problem. The listener cannot read SERVICE_NAME in
>TNS-Descriptor. The service-name I specified in Oracle Net Manager for
>this database is testdb as well.
>
>(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=axel-0560nntbn1)
>(PORT=1521)))(CONNECT_DATA=(SERVER=DEDICATED)(SERVICE_NAME=testdb)))
>
>It is a local database so I tried testdb.localhost, but this didn't
>work too!
>
>Thanks
>
>Axel

Listener's don't read service_names. The database register itselfs with the listener. The listener gets the service_name from the service_name parameter in init.ora.
 The service_name parameter in init.ora is the only thing which counts.

--
Sybrand Bakker, Senior Oracle DBA
Received on Fri Dec 26 2003 - 17:38:27 CST

Original text of this message

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