Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> Re: Suggestions for monitoring tools?

Re: Suggestions for monitoring tools?

From: stephen booth <stephenbooth.uk_at_gmail.com>
Date: Sat, 30 Apr 2005 01:24:36 +0100
Message-ID: <687bf9c405042917246a3af102@mail.gmail.com>


On 4/29/05, Janine Sisk <janine_at_furfly.net> wrote:
> I've been asked by one of our clients to take over monitoring their
> Oracle database. =20

What are you trying to monitor? Just that the database is up?=20 Checking the alert log for errors? Something else?

If you know your way around Oracle and know shell scripting then, on UNIX at least, it's not too hard to knock up a script that will periodically check that a database is up and check the alert log for errors then mail you or put a message on a monitoring console. If you want to check for more things then it might be a case of a more complex script or maybe a packaged tool, packaged tools tend to cost real money.

Your best indicator of whether the database is up is your users, even if you have a tool that checks every minute there's still a chance that it will go down just after you checked it (actually Sod's law is that it will go down a second after you've checked it and a second before a user is about to put a really important transaction on it).

Windows systems are a bit trickier.

Stephen
--=20
It's better to ask a silly question than to make a silly assumption.

--
http://www.freelists.org/webpage/oracle-l
Received on Fri Apr 29 2005 - 20:28:55 CDT

Original text of this message

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