GeekInterview.com
  I am new, Sign me up!
 
GeekInterview.com  >  Interview Questions  >  Oracle  >  Scenarios
Go To First  |  Previous Question  |  Next Question 
 Scenarios  |  Question 9 of 25    Print  
If the SQL * Plus hangs for a long time, what is the reason

  
Total Answers and Comments: 3 Last Update: April 26, 2007   
  
 Sponsored Links

 
 Best Rated Answer

No best answer available. Please pick the good answer available or submit your answer.
July 27, 2005 15:54:50   #1  
akebono        

RE: If the SQL * Plus hangs for a long time, what is the reason
Use hanganalyze

ALTER SESSION SET EVENTS
'immediate trace name hanganalyze level 5';

 
Is this answer useful? Yes | No
August 25, 2005 13:22:03   #2  
J Lehew        

RE: If the SQL * Plus hangs for a long time, what is the reason
You are running a cartisian query typically by mistake. Make sure every table has a join criteria specified for it.

You are working on a table with 100+million rows.

The database server is busy doing a backup.

Check the disk IO for the process that appears hung and if the disk IO is increasing every 5-10 seconds then the job is not hung it is just taking a while to complete.


 
Is this answer useful? Yes | No
April 26, 2007 14:26:28   #3  
Natesh        

RE: If the SQL * Plus hangs for a long time, what is t...
when we try access a table which is locked or manipulated by another user
 
Is this answer useful? Yes | No


 
Go To Top


 Sponsored Links

 
About Us -  Privacy Policy -  Terms and Conditions -  Contact -  Ask Question -  Propose Category -  Site Updates 

Copyright © 2005 - 2009 GeekInterview.com. All Rights Reserved

Page copy protected against web site content infringement by Copyscape