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: FW: how can I find from v$rollstat.xacts the actual transactions using the rollback

RE: FW: how can I find from v$rollstat.xacts the actual transactions using the rollback

From: Hatzistavrou John <John.Hatzistavrou.sema_at_mail.tellas.gr>
Date: Thu, 23 Sep 2004 15:39:29 +0300
Message-ID: <EC77AB8681A2B44B895956EE2A2D10A58CBA0C@XCHVSRV01.evergy.local>


Stephane,  

I have tried already this but no rows selected (i.e. dba_2pc_pending,dba_pending_transaction)  

Yannis Hatzistavrou  

-----Original Message-----
From: Stephane Faroult [mailto:sfaroult_at_roughsea.com] Sent: Thursday, September 23, 2004 3:26 PM To: oracle-l_at_freelists.org; Hatzistavrou John Subject: Re: FW: how can I find from v$rollstat.xacts the actual transactions using the rollback  

John,

Likely to be the RECO process and a two-phase commit thing.

select table_name
from dictionary
where table_name like '%PENDING%'

   or table_name like '%2PC%'

and nose there.

HTH, Stephane Faroult

RoughSea Ltd
http://www.roughsea.com

On Thu, 23 Sep 2004 13:03 , 'Hatzistavrou John' <John.Hatzistavrou.sema_at_mail.tellas.gr> sent:                                                               

        Dear All,                           

        I have the following problem                           

        Environment : Sun OS 5.8, Oracle 8.1.7.4                           

        A transaction seems stacked on a rollback segment, however there are no

        pending tasks, no active transactions.         

        Even when I shutdown the instance and start it up I have one transaction

        on a rollback segment that I need to drop.         

        Is there any way from xacts to find which is this transaction(what I

        have tried to do is to dump the rollback header from there checked which

        is the transaction table entry that is active and using the dba I have

        extracted the information (dbms_utility ) pertaining to the file and

        block address of this dba.Then I have dump the contents of this block to

        check the undo info)                           

        Yannis Hatzistavrou                                    

	--
	http://www.freelists.org/webpage/oracle-l

 


--
http://www.freelists.org/webpage/oracle-l
Received on Thu Sep 23 2004 - 07:35:10 CDT

Original text of this message

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