How to raise an event in OEM if a pl/sql job raises a problem
- OEM 13.5
 - Monitoring one of my 12.1.0.2 databases using OEM agent
 - I have a PL/SQL job in the database that runs periodically to check if problems have been found
 - The job is NOT a DBMS_SCHEDULER job
 - I want the PL/SQL job to raise an event in OEM " issue found". This is NOT a standard ORA error in the alert log
 
How can I do this
0