-
I am setting up an event in OEM for broken jobs. According to the Oracle documentation and Enterprise Manager, the default Alert Threshold is 0. However, when I try to submit the job it says: Validation failed. Value cannot be 0.
Am I doing something wrong or do I need to come up with a different way of monitoring jobs?
-
That is correct. When you say zero, you are requesting the OEM to report all the time, instead of when a job fails. So the correct way is that to set the threshhold value to be one. Then OEM would shoot an email or page, when ever there is a failure of one or more jobs.
Good luck,
Sam
-
According to the documentation, OEM will send an email or page when the threshold is exceeded. And this appears to be true. When I set the threshold to 1 and I break a job nothing happens. If I break a second job, I get notified. What I want is to be notified when the threshold of zero is exceeded.
-
Has anyone else run into this?