Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> How to tell if and how long rollback will take
I found this query that shows the number of blocks that need to be rolled
back. It is quite handy when a transaction has bombed out and you don't know
how long it will take for oracle to rollback. I found the answer on metalink
with the key phrase "When Rollback Finishes"
select
a.sid, a.username, b.xidusn rollback_seg_no, b.used_urec undo_records, b.used_ublk undo_blocks
Please add any other useful hints or tips if you have any. Received on Wed Feb 19 2003 - 18:56:09 CST
![]() |
![]() |