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 -> Listener not picking up all service names

Listener not picking up all service names

From: Chuck Hamilton <chuck_hamilton_at_yahoo.com>
Date: Wed, 01 Aug 2001 15:31:04 -0400
Message-ID: <oulgmt883dmlvdnekrheqiu28ausq12lpt@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 Wed Aug 01 2001 - 14:31:04 CDT

Original text of this message

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