Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: shell scripting help
how about just putting the sql contents in a shell script and call it
using 'nohup'
say :
1.sh
nohup 1.sh >> /tmp/1.log &
nohup 2.sh >> /tmp/2.log &
Thats what I do for running things in bg.
Thanks,
-Sudhi.
--
Legal Disclaimer: The statements expressed here are of my own and do not
represent those of Yahoo Inc !
--
http://www.freelists.org/webpage/oracle-l
Received on Thu Aug 04 2005 - 08:01:27 CDT
![]() |
![]() |