Running Multiple SQL Scripts at the same time..
467247Apr 27 2008 — edited May 15 2008Hi, 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