| Oracle FAQ | Your Portal to the Oracle Knowledge Grid | |
Home -> Community -> Usenet -> c.d.o.server -> Re: Can't start the Listener
If it's a copy of your listener.ora, you have missig bracket closig
address_list (look at the end of LISTENER=).
Rafal Czekala (czekala_at_real.pl)
Oracle DBA
In article <37aac865_at_news.teuto.net>,
"Birgit Merschmann" <b.Merschmann_at_invent.de> wrote:
> Hi,
>
> I know that I've a problem which comes up a lot of times but
> despite of reading the former information I can't find the cause
> /solution.
>
> We're working with Oracle 8.0.5 on Windows NT /SP4.
> Since yesterday Oracle doesn't work anymore. (We still
> havn't found the reason which caused this interruption)
>
> We 're not able to start the listener again. The error message
> is TNS - 01150 (The adress of the listener is wrong)
>
> Here are my Listener.ora and Tnsnames.ora:
>
> Listener.ora
>
> LISTENER=
> (ADDRESS_LIST=
> (ADDRESS=
> (PROTOCOL=IPC)
> (KEY=PLUTO.WORLD)
> )
> (ADDRESS=
> (PROTOCOL=IPC)
> (KEY=ORC5)
> )
> (ADDRESS=
> (PROTOCOL=TCP)
> (Host=pluto)
> (Port=1521)
> )
> ) - it was missing
> STARTUP_WAIT_TIME_LISTENER=0
> CONNECT_TIMEOUT_LISTENER=10
>
> SID_LIST_LISTENER=
> (SID_LIST=
> (SID_DESC=
> (SID_NAME=ORC5)
> )
> )
>
> TRACE_LEVEL_LISTENER=0
>
> Tnsnames.ora:
>
> PLUTO.WORLD=
> (DESCRIPTION=
> (ADDRESS_List=
> (ADDRESS=
> (PROTOCOL=TCP)
> (HOST=PLUTO)
> (PORT=1521)
> )
> )
> (CONNECT_DATA = (SID = ORC5) )
> )
>
> I really would be very grateful if anybody can say what I doing wrong.
> Thanks in advance,
>
> Birgit Merschmann
>
> B.Merschmann_at_invent.de
>
>
Sent via Deja.com http://www.deja.com/
Share what you know. Learn what you don't.
Received on Fri Aug 06 1999 - 08:32:24 CDT
![]() |
![]() |