Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: NOHUP SQLPLUS
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:03:18 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).
![]() |
![]() |