Executing multiple .SQL file paralelly
784238Jul 10 2010 — edited Jul 12 2010Suppose 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.