Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Running Multiple SQL Scripts at the same time..

467247Apr 27 2008 — edited May 15 2008
Hi, I have a requirement to run multiple SQL scripts at the same time.

For ex :

sql_script1.sql
sql_scripts2.sql
sql_script3.sql

And I will have a one master sql file which invokes the above scripts. This way, the execution completes one after the other script. However, my requirement is to execute all these statement in parallel.

Is there any possibility to achieve this?

regards,
Santosh
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 12 2008
Added on Apr 27 2008
7 comments
746 views