|
Starting with Oracle 9i, undo segments were offered as an alternative to conventional rollback segments. Undo segments offer more flexibility than rollback segments by permitting a specific minimum retention time for rollback information.
For databases utilizing undo segments, VROOM provides additional information about the number of transactions recorded and undo blocks consumed during each retention period. This provides a raw estimate of the timeframe and scope of transactional activity in the database. This can also be used to determine the optimal sizing for undo tablespaces.
|