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!

Executing multiple .SQL file paralelly

784238Jul 10 2010 — edited Jul 12 2010
Suppose there are n no. of .SQL files at C:\X\Y\Z location. I want to execute all files simultaneously uging one command in sqlplus.
For single file I can write:

sql> exec C:/X/Y/Z/abc.sql

but what is the comand to run all sql file simultaneously?
Please help.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 9 2010
Added on Jul 10 2010
4 comments
2,849 views