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: Sun, 28 Dec 2003 16:35:06 +0100
Message-ID: <2tttuvgrh7vsa25au33kbf5f0he5kmhsbm@4ax.com>


On 28 Dec 2003 05:27:30 -0800, adachtler_at_web.de (Axel Dachtler) wrote:

>> 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.
>
>Hello,
>
>do you mean this file???
>IT CONTAINS NO service_name parameter !
>
>
>init.ora.1142003202414:

Due to the file name of the init.ora you must be using the spfile mechanism and your init.ora has been created from the spfile. Thus it will only contain the non-default parameters. This means in your case the service_name parameter still is used and has been defaulted to db_name||'.'||db_domain, in your case oracle.localhost.
You can verify this by issuing
show parameter service_name
in sql*plus

--
Sybrand Bakker, Senior Oracle DBA
Received on Sun Dec 28 2003 - 09:35:06 CST

Original text of this message

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