Fail in job's event condition
Hi everyone, this is my first message after a long time. From 2003.
I wrote a procedure that create dynamically jobs that start one after the other with the event condition that this job can start when the the previous job it's finished.
For example: I create JOB1. Then i create JOB2 with the event condition tab.user_data.event_type = 'JOB_SUCCEEDED' and tab.user_data.object_name = 'JOB1' .
And so on, for all the parameters.
This code woks, but sometimes the event concatenations stopped. The jobs are well declared, but it happened that a job do not start the next one.
0