How the space utilisation takes place within rollback
segments?
Answer Posted / 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 |
Post New Answer View All Answers
Can a View based on another View in Oracle?
What is an Oracle SYSTEM tablespace and when is it Created?
What is an oracle database schema?
What is an Oracle Rollback Segment?
What are the consideration at tehe migration of Oracle 9i to 10G.
What is the function of Redo Log in Oracle?
Can a Tablespace hold objects from different Schemes in Oracle?
What is an Oracle Data Dictionary?
What are the uses of Oracle Rollback Segment?
What is the use of Oracle Control File?
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 an Oracle Data Block?
How to define Data Block size in Oracle?
What is an Integrity Constrains in Oracle?
Teradata: How can we know the indexed column in a table?