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

Home -> Community -> Mailing Lists -> Oracle-L -> tns-12541 no listener while using connection manager

tns-12541 no listener while using connection manager

From: M B Shibu <basher.shibu_at_acusis.com>
Date: Mon, 20 May 2002 02:23:19 -0800
Message-ID: <F001.00464560.20020520022319@fatcity.com>


Hi friends.........
I am having a problem when trying to connect through connection manger i have in my tnsnames.ora and cman.ora as given below then use_cman = TRUE in sqlnet.ora and my server is configured for MTS . It's on oracle 8.1.7 in win 2k .



TNSNAMES.ORA

ABC =
  (DESCRIPTION =
(load_balance=on)

   (failover=on)
(ADDRESS_LIST =
     ( SOURCE_ROUTE = YES )
      ( ADDRESS = ( PROTOCOL = TCP )( HOST = oracle )(SERVICE = CMAN)( PORT =  1610 ))
      ( ADDRESS = (PROTOCOL = TCP)(HOST = oracle)(SERVICE = CMAN )( PORT = 1521))
    )
( CONNECT_DATA =
       ( SERVICE_NAME = oracledb )
     )

   )

CMAN.ORA

cman = (ADDRESS_LIST=
            ( ADDRESS=( PROTOCOL=tcp )
                      ( HOST= oracle )
                      ( PORT=1630 )
                      ( QUEUESIZE=32 )
            )
       )
cman_profile = ( parameter_list=
                   ( MAXIMUM_RELAYS=1024 )
                   ( LOG_LEVEL=1 )
                   ( TRACING=yes )
                   ( RELAY_STATISTICS=yes )
                   ( SHOW_TNS_INFO=yes )
                   ( USE_ASYNC_CALL=yes )
                   ( AUTHENTICATION_LEVEL=0 )
                   ( REMOTE_ADMIN=FALSE )
               )

CMAN_ADMIN = (ADDRESS=(PROTOCOL=tcp)(HOST=oracle)(PORT=1650)) CMANAGER_NAME = cman

But i am getting the error 12541 no listener .Please help me in solving this This is urgent

shibu

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author:  M B Shibu
  INET: basher.shibu_at_acusis.com

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).
Received on Mon May 20 2002 - 05:23:19 CDT

Original text of this message

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