How the space utilisation takes place within rollback
segments?
Answers were Sorted based on User's Feedback
Answer / vinodh ramaswamy
when the transaction is started rollback segment uses the extents in cyclic fashion and once the extents gets fill these extents are marked as inactive.
if one extent is not sufficient then it searches for new adjacent free extents it wont use the previous free extents it always move in cyclic manner if next extent is not free it create a new free extent dynamically.
if all extents in the rollback segment are gets filled then it orverwrites the inactive extents.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / orawhiz
It will try to fit the transaction in a cyclic fashion
to all existing extents. Once it found an extent is in use
then it forced to acquire a new extent (No. of extents is
based on the optimal size)
| Is This Answer Correct ? | 1 Yes | 0 No |
What is PGA?
what is the role of archiever
What is the function of checkpoint(CKPT)?
What is a Control file ?
What is meant by Redo Log file mirrorring ? How it can be achieved?
What is an Oracle SYSTEM tablespace and when is it Created?
What is an Oracle Data Segment?
What constitute an ORACLE Instance?
When does LGWR write to the database?
What is Database Buffers ?
Teradata: How can we know the indexed column in a table?
What is meant by recursive hints ?