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 meant by Redo Log file mirrorring ? How it can be achieved?
What is the functionality of SYSTEM table space ?
What is use of Rollback Segments In Database ?
What is the use of Oracle Control File?
How will you force database to use particular rollback segment?
What is an oracle database schema?
How will you swap objects into a different table space for an existing database?
What is a Rollback segment entry ?
What is meant by free extent ?
What is function of RECO?
What is a Parallel Server option in ORACLE?
What are the components of SGA?