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

Re: Help! Listener won't start

From: Thirumurugan vadivelu <tvadivelu_at_infonautics.com>
Date: Fri, 04 Jun 1999 10:07:46 -0400
Message-ID: <3757DDB2.D9439873@infonautics.com>


Hi,

Pls make sure that the product 'Oracle Intelligent Agent' was installed in U'r ORACLE_HOME.
ls -al $ORACLE_HOME/bin
should show 'dbsnmp' executable.
Also You might need to run $ORACLE_HOME/rdbms/admin/catsnmp.sql script. Also check $ORACLE_HOME/network/agent/services.ora for the Server entries.

Finally it takes time for the dbsnmp agent to start using lsnrctl dbsnmp_start. Wait for some time, then do a
lsnrctl dbsnmp_status

Hope this helps U...

-Thiru

hal wrote:

> 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 Fri Jun 04 1999 - 09:07:46 CDT

Original text of this message

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