Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: Long Delay before rolling back

Re: Long Delay before rolling back

From: Roger <OakRogbak_erPine_at_yahoo.com>
Date: 3 Feb 2005 07:56:37 -0800
Message-ID: <1107446197.261522.77770@f14g2000cwb.googlegroups.com>


I figured out what you are talking about. I will try it again, the next time something is happening:

select s.username, rn.name,rs.curext
,rs.curblk, t.used_ublk, t.used_urec
,case when bitand(t.flag,power(2,7)) > 0 then 'RB in Progres­s'   else 'Not Rolling ­Back'
  end as "F Status"

from    v$transaction   t

,v$session s
,v$rollname rn
,v$rollstat rs
where t.addr = s.taddr and t.xidusn = rn.usn and rn.usn = rs.usn
Received on Thu Feb 03 2005 - 09:56:37 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US