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: Listener shuts itself down after a minute

Re: Listener shuts itself down after a minute

From: Gerard H. Pille <ghp_at_skynet.be>
Date: Wed, 22 Aug 2001 13:11:47 +0200
Message-ID: <3B839373.16B3861B@skynet.be>


Allen wrote:
>
> Oracle 8.1.7, solaris 7. I do a 'lsnrctl start' and everything starts
> just fine. I can then 'sqlplus system/manager_at_admin1' and get connected.
> But after a minute or two the listener shuts itself down. I set
> TRACE_LEVEL_LISTENER = 16 and I've looked at the listener.log and
> listener.trc files and I can't figure out any problems.
>
> Actually, sometimes when I do a 'sqlplus system/manager_at_admin1' after I
> start the listener I get an ORA-12154 error, but that too goes away after
> a little while, then I can connect to the database (without changing
> anything), then a minute or two later the listener totally dies.
>
> This has really got me baffled. Any help much appreciated...
>
> Allen
>
> ps, here is my listener.ora file:
>
> LISTENER2 =
> (DESCRIPTION =
> (ADDRESS = (PROTOCOL = TCP)(HOST = 10.0.0.57)(PORT = 1521))
> )
>
> SID_LIST_LISTENER2 =
> (SID_LIST =
> (SID_DESC =
> (GLOBAL_DBNAME = admin1.world)
> (ORACLE_HOME = /export/home/oracle/app/product/8.1.7)
> (SID_NAME = admin1)
> )
> )
>
> TRACE_LEVEL_LISTENER = 16
>
> and here is my tnsnames.ora file:
>
> ADMIN1 =
> (DESCRIPTION =
> (ADDRESS_LIST =
> (ADDRESS = (PROTOCOL = TCP)(HOST = 10.0.0.57)(PORT = 1521))
> )
> (CONNECT_DATA =
> (SERVICE_NAME = admin1.world)
> )
> )

Shouldn't it be "TRACE_LEVEL_LISTENER2 = 16" ? Maybe then you will find what is wrong in the trace files.

-- 

Gerard H. Pille
Received on Wed Aug 22 2001 - 06:11:47 CDT

Original text of this message

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