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: systemstate dump using gdb

Re: systemstate dump using gdb

From: Barbara Baker <barb.baker_at_gmail.com>
Date: Tue, 19 Jul 2005 11:05:13 -0600
Message-ID: <47a6f72b05071910055beb8669@mail.gmail.com>


This is just what I needed!
Thanks, Egor.

(Sounds like, if the db really is frozen I'm not going to get anything regardless. sigh . . .)

> (gdb) file $ORACLE_HOME/bin/oracle
> (gdb) attach your_pid
> (gdb) call ksudss(10)
> (gdb) detach
>

> Strictly speaking, it doesn't matter to what process to attach. But in
> gdb case you need to be sure that process is doing something or else
> 'call ksudss(10)' will just hung.
>
>
> --
> Egor
> http://www.oracledba.ru/orasrp/
> Free Oracle Session Resource Profiler

--
http://www.freelists.org/webpage/oracle-l
Received on Tue Jul 19 2005 - 12:07:40 CDT

Original text of this message

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