Learning some new stuff every day. This one I discovered on Tanel Poder’s blog about Oracle Hang analysis.
The idea is the following:
oracle> sqlplus -prelim “/as sysdba” SQL> ORADEBUG SETOSPIDSQL> ORADEBUG DUMP HANGANALYZE 3
Then go to your trace file directory, and find the hanganalyze tracefile.
Post a Comment