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.
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.