Multitask-Job: How to make a single step failure generate an alert?
Hi,
i have a multitask job that runs my database backups. Each step is of type os command and runs a shell script with some environment variables and the rman backup script. The issue i have is, that if a single of the steps fails, the entire job is still considered successful and i don't get any notification on it.
This did happen now and i had some rman error during one of the steps.
A strange detail is, that the report in em12c of the job execution doesn't even show this failed step, it's missing entirely in the report. On the other side the job run report does show this step and report it as failed.