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 strongm 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
Jan 18, 2004
36
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.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top