Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: transaction and rollback segment
The rollback segment will continue to grow until the tablespace fills up or the transaction commits or rollbacks. Note that although the one long transaction is keeping the rolback segment from wrapping over itself, other transactions will also be assigned to the particular rollback segment.
Note that a failed user process rolls back the transaction.
On the other hand, the SQL*Plus default is to commit the transaction if you terminate SQL*Plus without a commit or rollback.
Paul Chang wrote:
If you have a transaction but doesn't do commit on it,Received on Mon Oct 26 1998 - 20:26:19 CST
what would happen to the rollback segment?
if the transaction is long running and no commit on it,
what would happen to the rollback segment?thanks,
Paul.
![]() |
![]() |