Re: How to leave process running after power failure ( on a client)?

From: Jyotheesh Sukumaran <jsukumar_at_mail.mia.bellsouth.net>
Date: Sat, 01 Aug 1998 22:01:44 GMT
Message-ID: <35C3BA88.69E37D88_at_mail.mia.bellsouth.net>


If you are running your procedure on a pc running unix emulator, try using "nohup". Example
$nohup sqlplus scott/tiger_at_mydatabase @myprocedure

or

Try running the procedure in the background. Example $sqlplus scott/tiger_at_mydatabase @myprocedure &

mskoblar wrote:

> Is it possible to leave the process running on a server if client power
> failure happens. the problem is that when I run one stored procedure from a
> client and that client has a power failure that running process (that is
> executing that procedure) is beeing killed, and I dont want it to happen.
> Is that possible?
Received on Sun Aug 02 1998 - 00:01:44 CEST

Original text of this message