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.

Showing Answers 1 - 4 of 4 Answers

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

  Was this answer useful?  Yes

manu

  • Apr 6th, 2006
 

  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.

  Was this answer useful?  Yes

manish hoiyani

  • Sep 14th, 2006
 

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.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions