码迷,mamicode.com
首页 > 其他好文 > 详细

How to hanganalyze and systemstate dumps

时间:2015-12-03 13:33:57      阅读:167      评论:0      收藏:0      [点我收藏+]

标签:

Oracle support request hang analysis and system state dumps when rasing SR.

One 10.1 or higher versions login as

sqlplus -prelim / as sysdba
To do a hanganalyze

oradebug setmypid;
oradebug unlimit;
oradebug hanganalyze 3;
Wait 60 – 90 seconds and run the last command again to identify the process state changes.

To get a systemstate dump

oradebug setmypid;
oradebug unlimit;
oradebug dump systemstate 266;
Wait 60 – 90 seconds and run again to identify the system state changes.
If it is taking too long then cancel and run with level 258.

One a cluster environment use

oradebug -g all hanganalyze 3
for hang analyze

oradebug -g all dump systemstate 266
for system state dumps.

oradebug tracefile_name
get dump trace file path

How to hanganalyze and systemstate dumps

标签:

原文地址:http://www.cnblogs.com/travel6868/p/5015611.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!