Hi,
I apologize if this is not the correct forum for this question and also if this has already been addressed. I would like to create an alert in netmonitor to check the status of a scheduled job. Essentially the query would go something like this:
select status from <table_name> where schedule date = SYSDATE and status <> "Done". If the status returns "TRUE", we wish to be email alerted.
Has anyone created such an alert and if so, how can I acquire it and may I modify it for use for our aforementioned requirement?
Thanks!