rollback segments [message #62595] |
Mon, 02 August 2004 04:23 |
p anil
Messages: 4 Registered: August 2004
|
Junior Member |
|
|
what actually happens when we
shrink an rollback segment?
is it equal to coalescing an tablespace.
|
|
|
|
Re: rollback segments [message #62607 is a reply to message #62595] |
Mon, 02 August 2004 22:26 |
Thomas
Messages: 67 Registered: September 1999
|
Member |
|
|
Not really. When you coalesce tablespace - the data still stays intact. You simple remove the blank space between the blocks, if you can.
The rollback segments hold block temporarily, while the transaction commits. When you shirink the RBS - you actually reuses all the segments currently not in use. The RBS segments are re-used over and over - the data is not permanent.
Hope that helps,
clio_usa - OCP DBA 8/8i/9i
Oracle DBA Resources
Oracle DBA Forums
USENET Oracle newsgroups
|
|
|