Select Menu

Ads

Random Posts

Powered By Blogger
Powered By Blogger

Blog Archive

Search This Blog

Blog Archive

Thirupal Boreddy. Powered by Blogger.

My Blog List

Followers

Lorem 1

Technology

Circle Gallery

Shooting

Racing

News

Lorem 4

» » System state dump and Hanganalyze

1. System state dump

sqlplus / as sysdba

SQL> oradebug setmypid

SQL> oradebug unlimit

SQL> oradebug tracefile_name

SQL> oradebug -g all dump systemstate 267



SQL> oradebug -g all dump systemstate 267



SQL> oradebug -g all dump systemstate 267

SQL> exit

2.Hanganalyze


sqlplus / as sysdba

SQL> oradebug setmypid

SQL> oradebug setinst all

SQL> oradebug unlimit

SQL> oradebug tracefile_name

SQL> oradebug -g def hanganalyze 3



SQL> oradebug -g def hanganalyze 3



SQL> oradebug -g def hanganalyze 3

SQL> exit

About Oracle DBA World

WePress Theme is officially developed by Templatezy Team. We published High quality Blogger Templates with Awesome Design for blogspot lovers.The very first Blogger Templates Company where you will find Responsive Design Templates.
«
Next
Newer Post
»
Previous
Older Post

1 comments

  1. Nice Post! I appreciate to you for this post. Really you are the best.Oracle Java Dumps

    ReplyDelete

QUERY FOR CPU USAGE

select  a.target_name as HOST, to_char(a.rollup_timestamp,' dd-Mon-yy::hh24:mi') as "DAY-TIME", sum(c.cpu_count) as ...