Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Running Procedures in Parallel

Status
Not open for further replies.

asth01

Programmer
Joined
Jan 18, 2004
Messages
36
Location
US
Hi,

Is there a way to run multiple procedures from inside a main procedure so that these procedures run in parallel?

I mean can I tell Oracle to run 10 procedures in parallel?

Actually, I have a data loading requirement of loading 10 tables in parallel and I was thinking if I can write 10 procedures to load data and these procedures would run in parallel.

Thanks in advance.
 
Hi,
Try DBMS_JOB and schedule them.

Thanks,
DOUBLEH
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top