|
|
|
|
|
|
Re: Is it possible to write Trigers on Data Dictionary Tables & Views? [message #525718 is a reply to message #525710] |
Tue, 04 October 2011 14:54 |
John Watson
Messages: 8960 Registered: January 2010 Location: Global Village
|
Senior Member |
|
|
Hi - I can answer your last question regarding dba_outstanding_alerts. The alert system is based on advanced queueing: mmon raises alerts by enqueuing a message to the sys.alert_que queue. You need to write an alert handler which will subscribe to the queue and do something when a message arrives. The PL/SQL isn't that difficult, though you do need to understand advanced queueing. Read up on it, and have a go.
|
|
|