Re: ADRCI

  • From: "Yong Huang" <dmarc-noreply@xxxxxxxxxxxxx> (Redacted sender "yong321" for DMARC)
  • To: "woody.mckay@xxxxxxxxx" <woody.mckay@xxxxxxxxx>
  • Date: Tue, 19 Jan 2016 15:26:12 +0000 (UTC)

My overall goal is to monitor the DB alert log for ORA- errors and send a
notification on new errors.
Hi Woody,
To answer that specific question, I suggest another way. It's much more 
light-weight, performance is independent of log file size, and the email is 
sent instantly:
tail -f alert.log | script_to_parse_and_email
I have various examples athttp://yong321.freeshell.org/computer/logfile.html

Yong Huang

Other related posts: