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: why listener listen on port 9090?how can i prevent it

Re: why listener listen on port 9090?how can i prevent it

From: Frank van Bortel <fvanbortel_at_netscape.net>
Date: Sun, 04 Jan 2004 14:41:30 +0100
Message-ID: <bt94kh$7fq$1@news1.tilbu1.nb.home.nl>


lc wrote:
> here is my problem:
>
> If i start instance before lsnrctl,everything is ok.
>
> If i start lsnrctl before instance,when i startup the instance ,the listener
> will listen on port 9090,
>
> but this port is needed by another application,here is the listener
> log(listener.ora and tnsnames.ora in the attachment):
>
> (I need to prevent the listener listening on port 9090 permanently,what can
> i do? )
>
>
>
>
>
> TNSLSNR for Solaris: Version 9.0.1.0.0 - Production on 31-DEC-2003 21:59:44
>
> Copyright (c) 1991, 2001, Oracle Corporation. All rights reserved.
>
> System parameter file is
> /space/home/oracle/o9i/9.2.0/network/admin/listener.ora
> Log messages written to
> /space/home/oracle/o9i/9.2.0/network/log/listener.log
> Trace information written to
> /space/home/oracle/o9i/9.2.0/network/trace/listener.trc
> Trace level is currently 0
>
> Started with pid=1509
> Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC)))
> Listening on:
> (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=adslnms)(PORT=1521)))
>
> TIMESTAMP * CONNECT DATA [* PROTOCOL INFO] * EVENT [* SID] * RETURN CODE
> 31-DEC-2003 21:59:44 *
> (CONNECT_DATA=(CID=(PROGRAM=)(HOST=adslnms)(USER=oracle))(COMMAND=status)(AR
> GUMENTS=64)(SERVICE=LISTENER)(VERSION=150999040)) * status * 0
> 31-DEC-2003 22:04:15 * ping * 0
> 31-DEC-2003 22:08:09 * ping * 0
> 31-DEC-2003 22:08:22 * service_register * ipms * 0
> 31-DEC-2003 22:08:31 * service_update * ipms * 0
> Listening on:
> (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=10.20.73.5)(PORT=8080))(PRESENTATI
> ON=http://admin)(SESSION=RAW))
> 31-DEC-2003 22:08:33 * service_update * ipms * 0
> Listening on:
> (DESCRIPTION=(ADDRESS=(PROTOCOL=tcps)(HOST=10.20.73.5)(PORT=9090))(PRESENTAT
> ION=http://admin)(SESSION=RAW))
> 31-DEC-2003 22:08:33 * service_update * ipms * 0
> Listening on:
> (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=10.20.73.5)(PORT=2481))(PRESENTATI
> ON=GIOP)(SESSION=RAW))
> 31-DEC-2003 22:08:33 * service_update * ipms * 0
> Listening on:
> (DESCRIPTION=(ADDRESS=(PROTOCOL=tcps)(HOST=10.20.73.5)(PORT=2482))(PRESENTAT
> ION=GIOP)(SESSION=RAW))
>
>

(1) You have TCP as well as TCPS (Secure TCP) as protocols. (2) Your database is also listening; check out your init.ora

   (or your parameters) for mts_dispatchers

-- 
A prosperous 2004,
Regards,
Frank van Bortel
Received on Sun Jan 04 2004 - 07:41:30 CST

Original text of this message

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