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: TCP Listener starts on wrong port

Re: TCP Listener starts on wrong port

From: Ezio PAGLIA <ezio_at_comune.grosseto.it>
Date: 1997/09/17
Message-ID: <341F861B.490D@comune.grosseto.it>#1/1

Dear David,

we are thinking that you need to flag the parameter use_plug_and_play_listener close to the end of the same file listener.ora: that is:

#USE_PLUG_AND_PLAY_LISTENER = true

We had the same problem. Now it works.

>
> ***LISTENER.ORA***
> <SNIP>
>
> LISTENER=
> (ADDRESS_LIST=
> (ADDRESS=
> (PROTOCOL=IPC)
> (KEY=RNR)
> )
> (ADDRESS=
> (COMMUNITY = TCP.world)
> (PROTOCOL = TCP)
> (HOST = my_machines_ip)
> (PORT = 1521)
> )
> )
>
> </SNIP>
>

---
Ezio PAGLIA + Aldo VIGETTI					
Comune di Grosseto
Settore Elaborazione Dati Statistica e Documentazione
e-mail ezio_at_comune.grosseto.it
e-mail aldo_at_comune.grosseto.it
Tel. +39-564-488706
Fax. +39-564-21139
Received on Wed Sep 17 1997 - 00:00:00 CDT

Original text of this message

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