Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: no longer listening
Jared,
Ø
I don't yet have a service to
monitor the service that moniters the service monitor.
Is this a tongue twister of some sort? ;-)
I totally understand where you are coming from. Windoze seems to always have difficulty bringing and keeping services up. I presented this as a reason (among many others) why we should not have had our server on a Windoze box, but the faculty member you teaches one of the Database Concepts course said wanted Window. I myself would’ve gone for Sun Solaris, but hey…as in most of the universities and junior colleges in the country. Faculty has the last say on this type of matters (sadly) no matter what Tech Support Staff or better yet “real world experience” says.
Regards,
Julio Cesar Quijada-Reina
Programmer Analyst
Computer
Services at
-----Original Message-----
From: ml-errors@fatcity.com
[mailto:ml-errors@fatcity.com] On Behalf Of Jared.Still@radisys.com
Sent: Wednesday,
December 17, 2003 7:39 PM
To: Multiple
recipients of list ORACLE-L
Subject: Re: no longer listening
I've had similar problems, however, it isn't just
limited to Oracle listeners.
NT
and Win2k are both problematic when it comes to reliably starting services
at
bootup. They both occasionally have a problem with a service dying for
no
apparent reason.
I
don't know why this is.
To
deal with it I wrote a script that runs as another service on a separate
server,
checks
each day at 05:30 if particular services are running on a number of servers,
restarts
them if possible and pages me.
There's
another service, on yet another computer, that checks to make sure the
service
monitor service is running.
I
don't yet have a service to monitor the service that moniters the service
monitor.
Not
an ideal solution ( that would be linux where things tend to be more reliable),
but
it works.
Jared
|
"QuijadaReina, Julio
C" <QuijadJC@alfredstate.edu> 12/17/2003 11:19 AM |
|
Hi all,
For
the last couple of weeks, I have experienced listener down times. The listener
will work fine for say a week, and then all the sudden it will no longer allow
connections from remote machines. Clients use SQL*plus to connect.
Interestingly enough, on the actual server I am able to login just fine. The
following are the log lines as they appear in my listener.log.
-------------------------------------
No
longer listening on:
(DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC0ipc)))
No
longer listening on:
(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=machinename.domain)(PORT=1521)))
No
longer listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=
machinename.domain)(PORT=8080))(Presentation=HTTP)(Session=RAW))
No
longer listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=
machinename.domain)(PORT=2100))(Presentation=FTP)(Session=RAW))
-------------------------------------
HTTP
and FTP are not important, since we do not use any Oracle's HTTP or FTP. But
the second line on the log is rather important since it is the listener's port
(1521).
The
server is a Win2K with 128MB of RAM and a small test database for about 60
users of which 20 or so might connect simultaneously.
Any
ideas as to why this might be happening?
Regards,
Julio Cesar Quijada-Reina
Programmer
Analyst
Computer Services at Alfred State College
-- Please see the official ORACLE-L FAQ: http://www.orafaq.net -- Author: QuijadaReina, Julio C INET: QuijadJC_at_alfredstate.edu Fat City Network Services -- 858-538-5051 http://www.fatcity.com San Diego, California -- Mailing list and web hosting services --------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).Received on Thu Dec 18 2003 - 07:49:32 CST