Personally, I think that many folks go a bit overboard when
it comes to checking the health of a database.

These are the things I like to check for:

* is the database up?  this is the most important tech check
* status of jobs in DBA_JOBS
* space issues.  Will a table be able to extend N times
   without error?
* are the users happy?  This is actually more important
  than any of the technical issues.

There's a lot of other things you can check, but personnaly, I
quit checking them long ago. 

I do log a few things from the database, and periodically store 
the explain plans for SQLin the cache for troubleshooting later 
the things go awry.   This is really not part of a periodic 
health check though, this is a whole different matter.

One thing to keep in mind: Rolling your own helps you to
understand what's being monitored.  :)

Jared







Praveen Sahni <[EMAIL PROTECTED]>
Sent by: [EMAIL PROTECTED]
04/24/2002 12:24 PM
Please respond to ORACLE-L

 
        To:     Multiple recipients of list ORACLE-L <[EMAIL PROTECTED]>
        cc: 
        Subject:        Any scripts to check the health of the database


Hi All,
I need to write a report on the health of a database.
Please send if any of us have a scripts and any report format for the 
health
of the database.
Thanks in advance
Praveen
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Praveen Sahni
  INET: [EMAIL PROTECTED]

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (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).



-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: 
  INET: [EMAIL PROTECTED]

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (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).

Reply via email to