Sending Notifications Using PL/SQL Procedures
A user-defined PL/SQL procedure can receive notifications for matching events, incidents and problems.
Note:
When upgrading from pre-12c to 13c versions of Enterprise Manager, existing pre-12c PL/SQL advanced notification methods will continue to work without modification. You should, however, update the procedures to use new signatures.
New PL/SQL advanced notification methods created with Enterprise Manager 13c must use the new signatures documented in the following sections.
Complete the following four steps to define a notification method based on a PL/SQL procedure.