I have couple stored procedures and a package.
Whenever this stored procedure and package goes invalid, I need to send an email.
How can I achieve this?
Can you please give me an idea how this can be done.
I have couple stored procedures and a package.
Whenever this stored procedure and package goes invalid, I need to send an email.
How can I achieve this?
Can you please give me an idea how this can be done.
The scope of this question requires some work on your part but as a rough guide:
Edit: the original poster asks how to track incidents. More information is needed such, Oracle version, what kind of incidents, how often do you want to receive notifications.