Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> SLA Trigger/Procedure
Just a thought here for a script I think would be handy but I haven't had
time to write.
It is would be a simple procedure you could call to get the service level
for a particular database. I suppose you would have to have some sort of
way of defining normal outage windows. Basically a startup trigger would
log the times in a table. You should also check the startup time against
the last startup time periodically to ensure the trigger always fires.
Somehow a procedure/function should be able to use this information to
report the service level for the database within the last
(week/month/quarter/year).
I suppose I will get around to it eventually but if anyone else wants to get started on it I won't mind!
Thanks,
Ethan
-- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: Post, Ethan INET: Ethan.Post_at_ps.net 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-LReceived on Mon Dec 02 2002 - 16:33:56 CST
(or the name of mailing list you want to be removed from). You may
also send the HELP command for other information (like subscribing).
![]() |
![]() |