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 |
When does LGWR write to the database?
How many Dispatcher Processes are created?
Teradata: How can we know the indexed column in a table?
What Does DBWR do?
What is the maximum size of a oracle9i database?
What is PGA?
What is the OPTIMAL parameter ?
What is advantage of having disk shadowing/ Mirroring ?
What is SGA?
What is an oracle database schema?
How the log writer writes the data into database
what is the role of archiever