Re: Background job ?
Date: 1995/09/19
Message-ID: <1995Sep19.202812.4575_at_lamont.ldgo.columbia.edu>#1/1
In article <43ku3m$9sm_at_ds9.ch2m.com>, Jeff Crew <jcrew_at_denadm.ms.ch2m.com> says:
>
>Assuming that you are running in UNIX, this can be done from the UNIX
>prompt: $sqlplus UID//UPW -s _at_script.sql &
>The use of the "&" at the end tells UNIX to run this job in the
>background. You can also use the "nohup" UNIX command with the "&".
>
Ok...this prompts a question...
I'm trying to run a DBMS_PIPE listener in SunOs 4.1.3 and csh. It's a home-grown program which uses Pro*C. It doesn't matter if I run the program with 'nohup <command> &' or just '<command> &', it disconnects when I do. The Oracle Pipe connection stays alive, but it cannot do anything since it's driving process is (apparently) dead.
What am I doing wrong?
Thanks
Mike
Received on Tue Sep 19 1995 - 00:00:00 CEST