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 not starting up....

Re: listener not starting up....

From: F.L. Whiteley <greeley_at_greeleynet.com>
Date: Tue, 16 Mar 1999 22:29:17 -0700
Message-ID: <E7HH2.216$Yc8.170615296@news.frii.net>


You might check you network settings and make sure you have a dynamically assigned IP. Then also check your listener.ora file.

You'll need something like

        (ADDRESS =
          (PROTOCOL = TCP)
          (Host = greeley)
          (Port = 1521)
        )

or

        (ADDRESS =
          (PROTOCOL = TCP)
          (Host = 127.0.0.1)
          (Port = 1521)
        )

Note that this is the same host as used by Personal Web Server, which can't be running at the same time. In one case, a member of our group had to use 127.1.1.1 to get around a configuration problem.

I start the database using svrmgr30 and login as internal/oracle

Then start lsnrctl80. At that point my box tries to dial to the Internet due to the first host assignment (greeley) of 90.0.0.1 to Winproxy, but I cancel. Then listener completes the local host greeley (machine name) using TCP at port 1521.

You can use Notepad with the listener.ora file.

F. Whiteley

Ajay Arora wrote in message <01be6ff0$b2ea8260$f406050a_at_arora00.polk.com>...
>Hi All,
>
>I am running 8.0.4 on Win-NT 4.0 with SP 3 (128 bit encryption). With
>server startup everything starts except the listener. When I try to start
>it manually it gives System erroro 1067.
>
>The interesting thing is if I am connected to Internet, and manually try to
>startup the listener, it starts up.
>
>Anybody has any clue of what is going on???
>
>Regards,
>
>Ajay Arora
>DBA
Received on Tue Mar 16 1999 - 23:29:17 CST

Original text of this message

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