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

Home -> Community -> Usenet -> c.d.o.server -> Re: Suspend session?

Re: Suspend session?

From: Yong Huang <yong321_at_yahoo.com>
Date: 17 Jun 2002 15:05:56 -0700
Message-ID: <b3cb12d6.0206171405.39b7eae@posting.google.com>


Other than Jonathan's method, you can also use any OS level debugger to attach to the shadow process in order to suspend the process, therefore the session. For gdb, use the command attach <pid>. When you want to resume, type detach <pid>.

Steve Adams has a note on the oradebug suspend command at http://www.ixora.com.au/tips/admin/suspend.htm

Yong Huang

"Chuck" <chuckh_at_softhome.net> wrote in message news:<aekn8j$7m0r3$1_at_ID-85580.news.dfncis.de>...
> Is there a way to suspend a session without killing it in 8.1.7?
Received on Mon Jun 17 2002 - 17:05:56 CDT

Original text of this message

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