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's defaulted so it should be going to hostname:1521. It does pick up the one service name, but not the other.
On 1 Aug 2001 21:13:35 -0700, yong321_at_yahoo.com (Yong Huang) wrote:
>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))
>> )
>> )
-- Chuck Hamilton chuck_hamilton_at_yahoo.com "Do not be deceived, God is not mocked; for whatever a man sows, this he will also reap." (Gal 6:7 NASB)Received on Thu Aug 02 2001 - 07:14:31 CDT
![]() |
![]() |