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 will not start.

Re: Listener will not start.

From: Sybrand Bakker <postmaster_at_sybrandb.demon.nl>
Date: Thu, 14 Oct 1999 21:41:31 +0200
Message-ID: <939930105.20201.0.pluto.d4ee154e@news.demon.nl>


The configuration file for that listener is in %ORACLE_HOME%\network\admin\listener.ora There is a line host = <yourhost> Preferably there should not be an IP address there.
This means you need some sort of DNS resolution. You can do that either in C:\winnt\system32\drivers\etc\hosts or lmhosts (file without extension). If that doesn't resolve the issue, you need to change or add the following line in your listener.ora
trace_level_listener = 16
This will dump everything which is happening to a listener.trc file, usually in c:\orant\bin, unless you have the line trace_directory_listener = <any directory>

NB: The ip -address of your server should be fixed!!!

Hth,

--
Sybrand Bakker, Oracle DBA
Höller Matthias <m.hoeller_at_gaponline.de> wrote in message news:newscache$q4wljf$fi8_at_delta.m.infra.net...
> Hello Oracle group,
>
> it´s the first time post here, hope to do it on the right way.
>
> we have a big problem i think, i can´t solve cause i´m no specialist in
> oracle.
>
> oracle server 7.3.4.00
> windows nt 4.0 server sp 4
>
> my problem:
> we changed the dhcp and wins server ip, subnet is the same.
> since we did this, the tns listener will not start automatically.
> when i try to start it i become a mistake:
>
> tns listener can not start
> code 2140 a windows intern mistake happens
> ????????????
>
> when i change the adressen to the old one, all is ok.
>
> thanks for any answer.
>
> greetings
>
> hias
>
>
>
Received on Thu Oct 14 1999 - 14:41:31 CDT

Original text of this message

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