Oracle job event condition. Raise an event when 2 (or more) jobs are finish.
Hi folks,I have this problem.
I have a procedure that write jobs dynamically, these jobs import data into Department table.
Then, I have another procedure
that write jobs dynamically to impost data into employee table.
What condition I have to write into Job.event_condition of employees jobs that start all the jobs simultaneously after all the departments's jobs are finish (no matter what are the status)?
Thank you
My database version is: Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit
0