Nice Morning Professionals,


I have schedulers jobs some are connected with each others

So I created a table and inserted the procedures in it as follow



ID         Parent_ID                    Pro

---------------------------------------------------------------------

1           Null                            Procedure1

2           1                               Procedure2

3           1                               Procedure3

4           2                               Procedure4



What I need is to run the first one and when it’s done

Then run is parallel sessions using scheduler jobs ID no 2 & 3

And when 2 is done then run ID no 4



The business is very big and the list is so long but it’s a sample,

I need some ideas from you.


Best Regards,

Iyad

-- 
-- 
You received this message because you are subscribed to the Google
Groups "Oracle PL/SQL" group.
To post to this group, send email to Oracle-PLSQL@googlegroups.com
To unsubscribe from this group, send email to
oracle-plsql-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/Oracle-PLSQL?hl=en

--- 
You received this message because you are subscribed to the Google Groups 
"Oracle PL/SQL" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to oracle-plsql+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to