GeekInterview.com
  I am new, Sign me up!
 
GeekInterview.com  >  Interview Questions  >  Oracle  >  Concepts and Architecture
Go To First  |  Previous Question  |  Next Question 
 Concepts and Architecture  |  Question 43 of 74    Print  

What is a Temporary Segment ?

Temporary segments are created by ORACLE when a SQL statement needs a temporary work area to complete execution. When the statement finishes execution, the temporary segment extents are released to the system for future use.




  
Total Answers and Comments: 4 Last Update: September 14, 2006   
  
 Sponsored Links

 
 Best Rated Answer

No best answer available. Please pick the good answer available or submit your answer.
March 18, 2006 07:18:07   #1  
agarwalk_2000 Member Since: March 2006   Contribution: 8    

RE: What is a Temporary Segment ?
Temp segment are areas that would be used to perform temporary operation whenever required e.g sorting ordering and distinct....etc. It can be released once txn is completed.
 
Is this answer useful? Yes | No
March 19, 2006 09:06:45   #2  
venkat_rolta Member Since: March 2006   Contribution: 2    

RE: What is a Temporary Segment ?
are used by oracle during table and index creation and for sorting as well as for temporary storage required for other operations such as hash joins
 
Is this answer useful? Yes | No
April 06, 2006 22:46:23   #3  
manu        

RE: What is a Temporary Segment ?
To execute any program in Computer it needs memory area(RAM) Oracle allocates some memeory for processing SQL statement. After execution this memory is released for future use. This one call Temporary work area.
 
Is this answer useful? Yes | No
September 14, 2006 04:56:46   #4  
manish hoiyani        

RE: What is a Temporary Segment ?

temporary segments are basically used for sort operations in oracle

when the user tries to execute the query through order by clause. so system needs an space for an sort operation and system will use temporary segments for this query.


 
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