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

Home -> Community -> Mailing Lists -> Oracle-L -> Re: How do I check whether a rollback activity is going on

Re: How do I check whether a rollback activity is going on

From: Jack Silvey <jack_silvey_at_yahoo.com>
Date: Mon, 15 Jul 2002 14:00:47 -0800
Message-ID: <F001.00498785.20020715140047@fatcity.com>


Gene,

Run this repeatedly - used_ublk will reduce as it rolls back - after it is finished the session should dissappear.

column sql_text word_wrapped

select vs.sid, vs.serial#,vt.used_ublk, vt.start_time, vs.username, vs.osuser, substr(vsq.sql_text,1,75) sql_text
from v$transaction vt, v$session vs, v$sqlarea vsq where vt.ses_addr = vs.saddr
and vsq.address(+) = vs.sql_address
/

hth,

Jack


Do You Yahoo!?
Yahoo! Autos - Get free new car price quotes http://autos.yahoo.com
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Jack Silvey
  INET: jack_silvey_at_yahoo.com

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).
Received on Mon Jul 15 2002 - 17:00:47 CDT

Original text of this message

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