I am creating a job such that executes the following SQL statement.
select * from emp where sal > 5000
It is scheduled to execute on 3 PM every day.
Now my question is:
How to configure mail or alert such that when the job executes I have to receive a mail or alert indiactes query executed suceesully