Click to See Complete Forum and Search --> : Paralell process


jolavarria
10-24-2000, 11:26 AM
Does somebody knows who to launch several procedures from a PL/SQL procedure so they run at same time ? I meant, run at same time process A , b and C from a PL/SQL procedure.

Thanks in advance.

akkerend
10-24-2000, 04:11 PM
With DBMS_PIPES other sessions can run different procedures at the same time.

jolavarria
10-25-2000, 05:48 AM
Thank you akkerend !!!!!