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 10:45:44 -0600
Message-ID: <47a6f72b05071909451db0b33e@mail.gmail.com>


Hi, Peter:
When these freezes happen, I'm unable to connect at all. So any kind of normal systemstate dump is out. I'm getting nothing, including no info in any trace files or alert log.

Thx.

On 7/19/05, Peter Gram <peter.gram_at_miracleas.dk> wrote:
> Hi Barbara
>
> Sorry for being stupid, but could you have overlooked the Sql*Plus oradebug
> interface
>
> SYSTEM_STATE_DUMP :
>
> sqlplus /nolog
> sql>connect / as sysdba
> sql>oradebug setmypid
> sql>oradebug dump systemstate 10
>
> PROCESS_STATE_DUMP :
> sqlplus /nolog
> sql>connect / as sysdba
> sql>oradebug setogpid <unix_process_pid>
> sql>oradebug dump processstate 10
>
> /peter
>
> Barbara Baker wrote:
> Solaris 9

Oracle 9.2.0.4

Does anyone have instructions on using gdb to
> generate a systemstate dump?

Metalink note 121779.1 outlines using dbx, but
> I can't find anything using gdb.

Note 273324.1 using gdb on hp-ux specifies
> gdb $ORACLE_HOME/bin/oracle pid

then stepi then ksudss

--
http://www.freelists.org/webpage/oracle-l
Received on Tue Jul 19 2005 - 11:48:28 CDT

Original text of this message

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