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 |
How to define Data Block size in Oracle?
How many Dispatcher Processes are created?
What are the uses of Oracle Rollback Segment?
What is the function of Redo Log in Oracle?
How the space utilisation takes place within rollback segments?
List the Optional Flexible Architecture (OFA) of Oracle database ?
Can a Tablespace hold objects from different Schemes in Oracle?
What is SGA?
How will you swap objects into a different table space for an existing database?
Why query fails sometimes ?
What are the two types of Server Configurations?
How does Space allocation table place within a block ?