Call now: 252-767-6166  
Oracle Training Oracle Support Development Oracle Apps

 
 Home
 E-mail Us
 Oracle Articles
New Oracle Articles


 Oracle Training
 Oracle Tips

 Oracle Forum
 Class Catalog


 Remote DBA
 Oracle Tuning
 Emergency 911
 RAC Support
 Apps Support
 Analysis
 Design
 Implementation
 Oracle Support


 SQL Tuning
 Security

 Oracle UNIX
 Oracle Linux
 Monitoring
 Remote s
upport
 Remote plans
 Remote
services
 Application Server

 Applications
 Oracle Forms
 Oracle Portal
 App Upgrades
 SQL Server
 Oracle Concepts
 Software Support

 Remote S
upport  
 Development  

 Implementation


 Consulting Staff
 Consulting Prices
 Help Wanted!

 


 Oracle Posters
 Oracle Books

 Oracle Scripts
 Ion
 Excel-DB  

Don Burleson Blog 


 

 

 


 

 

 
 

Hung Database Analysis Tips

Expert Oracle Database Tips by Donald BurlesonMarch 9, 2015

 

Question:  :  :  I had a hung database last week, and after three minutes and hundreds of hung users, I killed the Oracle background processes and re-started the database.  I got no trace or dump file.  How can I get diagnostic information from a hung instance before I re-start the database? 

I cannot inconvenience my end-user community for capturing diagnostics for more than a few seconds.  Does Oracle have a way to dump an SGA and diagnostics prior to bouncing a hung database?

Answer: :  The SQL*Plus utility has an undocumented argument invoked as (-prelim) to allow you to connect to a hung Oracle database that is not accepting new connections. The sqlplus prelim option allows you to access a hung database to quickly run an oradebug trace report. 

Also see onnecting to a hung instance using -prelim option. 

This prelim utility is not the same as the hang manager (hangman) utility, a tool introduced in Oracle 11g to detect database bottlenecks.  An extension of the dba_waiters and dba_blockers views, the hangman tables have a "hang chain" that allow the DBA to find the source of hangs, such as the "deadly embrace" where mutually blocking locks or latches hang a process.       

Note:  Using the sqlplus -prelim should be done very quickly since you will want to quickly re-start your instance so as to minimize the downtime of your user community.  You never want to keep hundreds of users waiting, and a 2 minute bounce (nuke and re-start) is always faster than trying to resurrect connectivity to a hung instance.  

Here is how to quickly generate a hang analysis immediately prior to re-starting a hung production instance:

/u01/app/oracle/bin>sqlplus system/mypass -prelim /nolog
SQL*Plus: Release 10.2.0.2.0 - Production  

> oradebug setmypid
Statement processed.  

> oradebug hanganalyze 12
Hang Analysis in /u01/app/oracle/admin/mysid/udump/mysid_ora_1234.trc

You can also use the -prelim argument to capture Automated Session  History (ASH) data for a hung database:

/u01/app/oracle/bin>sqlplus system/mypass -prelim /nolog
SQL*Plus: Release 10.2.0.2.0 - Production  

>oradebug setmypid
Statement processed.  

>oradebug dump ashdump 10
Statement processed.  

>alter session set events 'immediate trace name ashdump level 10';

 
Get the Complete
Oracle SQL Tuning Information 

The landmark book "Advanced Oracle SQL Tuning  The Definitive Reference"  is filled with valuable information on Oracle SQL Tuning. This book includes scripts and tools to hypercharge Oracle 11g performance and you can buy it for 30% off directly from the publisher.

 

 

Burleson is the American Team

Note: This Oracle documentation was created as a support and Oracle training reference for use by our DBA performance tuning consulting professionals.  Feel free to ask questions on our Oracle forum.

Verify experience! Anyone considering using the services of an Oracle support expert should independently investigate their credentials and experience, and not rely on advertisements and self-proclaimed expertise. All legitimate Oracle experts publish their Oracle qualifications.

Errata?  Oracle technology is changing and we strive to update our BC Oracle support information.  If you find an error or have a suggestion for improving our content, we would appreciate your feedback.  Just  e-mail:  

and include the URL for the page.


                    









Burleson Consulting

The Oracle of Database Support

Oracle Performance Tuning

Remote DBA Services


 

Copyright © 1996 -  2020

All rights reserved by Burleson

Oracle ® is the registered trademark of Oracle Corporation.

 

 

��  
 
 
Oracle Training at Sea
 
 
 
 
oracle dba poster
 

 
Follow us on Twitter 
 
Oracle performance tuning software 
 
Oracle Linux poster