What is meant by free extent ?
Answers were Sorted based on User's Feedback
Answer / manvendra
FREE EXTENT MEANS UNALLOCATED AREA OF A SEGMENT.
WHEN WE DELETE DATA FROM TABLE, EXTENT OF CORROSPONDING
SEGMENT BECOMES FREE.
BUT IF WE ARE TRUNCATING A TABLE IT REMOVES EXTENTS ALSO.
Is This Answer Correct ? | 4 Yes | 0 No |
Answer / orawhiz
A free extent is a collection of continuous free blocks in
tablespace. When a segment is dropped its extents are
reallocated and are marked as free.
Is This Answer Correct ? | 0 Yes | 3 No |
What is the function of ARCH?
How can you find the size of a database?
How to calculate the approximate size of the SGA based on the size of the block,shared_pool,redo_buffer_cache and db_buffer_cache?
What is the function of Redo Log in Oracle?
What is a Control file ?
How can we plan storage for very large tables ?
What is meant by free extent ?
What is dictionary cache ?
Why query fails sometimes ?
1.Explain the three levels with the help og a diagram.
List the Optional Flexible Architecture (OFA) of Oracle database ?
What is the function of Lock (LCKn) Process?