Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> Re: NOHUP SQLPLUS

Re: NOHUP SQLPLUS

From: <DBarbour_at_austin.isd.tenet.edu>
Date: Mon, 04 Feb 2002 13:03:18 -0800
Message-ID: <F001.004056E7.20020204130023@fatcity.com>

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-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: 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).
Received on Mon Feb 04 2002 - 15:03:18 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US