Search Results

Search: Posts Made By: acarpio89
9,618
Posted By acarpio89
I finally solved it. The problem was not thw...
I finally solved it. The problem was not thw "wait".

The sqlplus sessions weren't executing and there was nothing to wait for. I added the oracle path to the sqlplus calls, but still didnt work. ...
9,618
Posted By acarpio89
It does...
It does...
9,618
Posted By acarpio89
Korn shell. wait command and crontab
I have the following ksh script:
sqlplus usr1/pw1@DB1 @$DIR/a.sql $1 &
sqlplus usr2/pw2@DB2 @$DIR/b.sql $1 &
wait
echo "Done!"

Where $DIR is a variable with the absolute path where a.sql and...
Showing results 1 to 3 of 3

 
All times are GMT -4. The time now is 03:48 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy