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 -> Help! Listener won't start

Help! Listener won't start

From: hal <hal_at_oberberg-online.de>
Date: Thu, 3 Jun 1999 20:47:56 +0200
Message-ID: <7j6ja2$5j7$1@news.oberberg-online.de>


Hi, anybody able to help me?

My system: Oracle 8.0.5.0.0 on S.U.S.E. Linux 6.1 with kernel version 2.2.5. When I start the listener (lsnrctl start):

  LSNRCTL for Linux: Version 8.0.5.0.0 - Production on 31-MAY-99 16:37:02

(c) Copyright 1997 Oracle Corporation. All rights reserved.

  Starting /opt/oracle/product/8.0.5/bin/tnslsnr: please wait...

  TNSLSNR for Linux: Version 8.0.5.0.0 - Production   System parameter file is
/opt/oracle/product/8.0.5/network/admin/listener.ora   Log messages written to /opt/oracle/product/8.0.5/network/log/listener.log

  Listening on: (ADDRESS=(PROTOCOL=ipc)(DEV=6)(KEY=ogn0))
  Listening on: (ADDRESS=(PROTOCOL=ipc)(DEV=10)(KEY=PNPKEY))
  Listening on:

(ADDRESS=(PROTOCOL=tcp)(DEV=11)(HOST=195.78.164.136)(PORT=1521))

  Connecting to (ADDRESS=(PROTOCOL=IPC)(KEY=ogn0))   STATUS of the LISTENER


  Alias                     LISTENER
  Version                   TNSLSNR for Linux: Version 8.0.5.0.0 -
Production
  Start Date                31-MAY-99 16:37:05
  Uptime                    0 days 0 hr. 0 min. 0 sec
  Trace Level               off
  Security                  OFF
  SNMP                      ON

  Listener Parameter File
/opt/oracle/product/8.0.5/network/admin/listener.ora   Listener Log File
/opt/oracle/product/8.0.5/network/log/listener.log   Services Summary...
    extproc has 1 service handler(s)
    ogn0 has 1 service handler(s)
  The command completed successfully

I wonder if there shouldn't be two other lines beginning with "Connecting to"
After startening the listener I started the Oracle Intelligent Agent (lsnrctl dbsnmp_start).
Then i request the status (lsnrctl dbsnmp_status):

  LSNRCTL for Linux: Version 8.0.5.0.0 - Production on 31-MAY-99 16:37:13

(c) Copyright 1997 Oracle Corporation. All rights reserved.

  The db subagent is not started.

Why does the intelligent Agent not start at all? I tried a link /usr/lib/libtcl.so on libtcl7.6.so and also on libtcl8.0.so, always
with relinking by "make -f ins_network.mk". Also I added the line "listener 1521/tcp" to my /etc/services. Here are now my listener.ora and tnsnames.ora files:

#
# Installation Generated Net8 Configuration
# Version Date: Jun-17-97
# Filename: Listener.ora
#

LISTENER =
(ADDRESS_LIST =

(ADDRESS= (PROTOCOL= IPC)(KEY= ogn0))
        (ADDRESS= (PROTOCOL= IPC)(KEY= PNPKEY))
        (ADDRESS= (PROTOCOL= TCP)(Host= colanix)(Port= 1521))
  )
SID_LIST_LISTENER =
(SID_LIST =

    (SID_DESC =
      (GLOBAL_DBNAME= colanix)
      (ORACLE_HOME= /opt/oracle/product/8.0.5)
      (SID_NAME = ogn0)

    )
    (SID_DESC =
      (SID_NAME = extproc)
      (ORACLE_HOME = /opt/oracle/product/8.0.5)
      (PROGRAM = extproc)

    )
  )
STARTUP_WAIT_TIME_LISTENER = 0
CONNECT_TIMEOUT_LISTENER = 10
TRACE_LEVEL_LISTENER = OFF
#
# Installation Generated Net8 Configuration
# Version Date: Oct-27-97
# Filename: Tnsnames.ora
#

extproc_connection_data =
(DESCRIPTION =

    (ADDRESS = (PROTOCOL = IPC)(KEY = ogn0))     (CONNECT_DATA = (SID = extproc))
  )

ogn0 =
(DESCRIPTION =

    (ADDRESS = (PROTOCOL= TCP)(Host= colanix)(Port= 1521))     (CONNECT_DATA = (SID = ogn0))
  )

ogn0_BEQ =
(DESCRIPTION =

    (ADDRESS = (PROTOCOL = BEQ)(PROGRAM = /opt/oracle/product/8.0.5)
               (argv0 = oracleogn0)
               (args = '(DESCRIPTION =
(LOCAL=YES)(ADDRESS=(PROTOCOL=BEQ)))')
               (envs =

'ORACLE_HOME=/opt/oracle/product/8.0.5,ORACLE_SID=ogn0')

    )
  ) Received on Thu Jun 03 1999 - 13:47:56 CDT

Original text of this message

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