Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re[2]: NOHUP SQLPLUS
Bambi & all,
Most times I will agree a nohup will disconnect from the terminal and keep on trucking. But there has been more than one occasion when I've had a nohup misbehave for some very screwy reasons, most wrapped around the process's desire to do screen/terminal IO. My other basic reason for disliking nohup is that my scripts, especially the long running ones have markers therein that I want to be able to check up on periodically. Therefore, if I'm going to do something like this I tend to use a package like, and actually is, VNC from AT&T. Works fine, seems to last, and does not loose your session information.
Dick Goulet
____________________Reply Separator____________________ Author: DBarbour_at_austin.isd.tenet.edu Date: 2/4/2002 1:00 PM
Run in background with the & and you shouldn't have a terminal problem
(others are certainly possible).
Try 'nohup sqlplus system/***** @long_running.sql &'
Test this of course with another procedure before you it's a do or die situation.
David A. Barbour
Oracle DBA, OCP
AISD
512-414-1002
Erik Williams <ewilliams_at_bro To: Multiple recipients of list ORACLE-L <ORACLE-L_at_fatcity.com> wnco.com> cc: Sent by: Subject: NOHUP SQLPLUS root_at_fatcity.c om 02/04/2002 01:12 PM Please respond to ORACLE-L
I am going to be executing a long running job this weekend from home. I am
going to VPN into the corp network and telnet to the server. I am affraid
of
loosing my telnet terminal session and the job dying mid way through. The
plan is to use 'nohup sqlplus system/***** @long_running.sql'. Has anyone
used this or run into issues using it? Every time I assume something will
'just work', IT DOESNT!
Thanks
Erik
-- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: Erik Williams INET: ewilliams_at_brownco.com Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists -------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-LReceived on Mon Feb 04 2002 - 15:27:09 CST
(or the name of mailing list you want to be removed from). You may
also send the HELP command for other information (like subscribing). -- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: INET: DBarbour_at_austin.isd.tenet.edu Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists -------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from). You may
also send the HELP command for other information (like subscribing). -- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: INET: dgoulet_at_vicr.com Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists -------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from). You may
also send the HELP command for other information (like subscribing).
![]() |
![]() |