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 -> Service naming in Net Manager

Service naming in Net Manager

From: Peter <peter_at_nomorenewsspammin.ca>
Date: Tue, 10 Jun 2003 08:42:34 GMT
Message-ID: <b36bevgp4lq8cha43g5q8ijdgpccs0uvs2@4ax.com>


Is it possible to have more than one listeners listening for the same net service name? They may or may not be on the same machine. If they are on the same machine, of course they listens on different ports. Something like this in the TNSNAMES.ORA file db =
  (DESCRIPTION =
    (ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST = db.domain)(PORT = 1521))
(ADDRESS = (PROTOCOL = TCP)(HOST = db.domain)(PORT = 1522))
(ADDRESS = (PROTOCOL = TCP)(HOST = db2.domain)(PORT = 1521))
    )
    (CONNECT_DATA =
(SERVICE_NAME = mydb.test)
(server = shared)

    )
  )

However in the Oracle Net Manager, I could not find a way to configure this configuration.

Thanks Received on Tue Jun 10 2003 - 03:42:34 CDT

Original text of this message

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