Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> shell scripting help
Hi Listers,
I have a korn shell script which needs to run 3 sqlplus scripts in parallel then run the final sqlplus script. Is there a way to ensure that sqlplus scripts 1 thru 3 completes before running the final sqlplus script? I am a newbie in shell scripting.
<< shell script snippet >>
...
sqlplus un/pw @script1.sql & sqlplus un/pw @script2.sql & sqlplus un/pw @script3.sql &
Thank you in advance for your help!
-- http://www.freelists.org/webpage/oracle-lReceived on Wed Aug 03 2005 - 16:50:47 CDT
![]() |
![]() |