At my workplace, I've got some procedures, that are supposed to run automatically, at a specific time, but sometimes they fail.
I come to know about the failure of procedures about 1-2 hrs after the failure, that too if i manually check it.
What i'm trying to do now that if a procedure fails, i should receive a mail on my email id.But, for that i need a way to track the status of procedure run. Is there any way in oracle where i can track whether the procedure run was successful or not , within 15 minutes of the procedure run. Does oracle creates any kind of logs that says so?