Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: systemstate dump using gdb
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-lReceived on Tue Jul 19 2005 - 11:48:28 CDT