Im running an sql script on Linux at regular intervals through CRONTAB.
How can I have the DBA alerted (via email or any other means) incase a unique constraint or any other exception occurs?
Thanks.