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: Alert Log & SQL

RE: Alert Log & SQL

From: Tom Tyson <tomtysonjr_at_yahoo.com>
Date: Tue, 19 Sep 2000 11:58:09 -0700 (PDT)
Message-Id: <10624.117379@fatcity.com>


Mark

How about a cron job that monitors for new entries in the alert log and then inserts the text into the database? I do something like that currently, a job crons every five minutes and looks for the existance of the alert log, then it moves that file into a history directory. Something like this could be altered to load that portion of the alert log into the database. Of course, this could make for a big table of text, you would want to clean it out frequently. But, if all this is for just an alert mechinism, why not just parse the portions of the alert file with a shell script and send a page. It's realitively easy, I already do that.

Tom Tyson


Do You Yahoo!? Received on Tue Sep 19 2000 - 13:58:09 CDT

Original text of this message

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