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: Oracle 817 freezing

RE: Oracle 817 freezing

From: Allen, Brandon <Brandon.Allen_at_OneNeck.com>
Date: Mon, 22 Jan 2007 12:56:45 -0700
Message-ID: <04DDF147ED3A0D42B48A48A18D574C45071FD342@NT15.oneneck.corp>


Is there a large transaction rolling back?  

Try this query:  

select s.username, s.sid, t.addr, t.status, t.used_ublk, decode(bitand(t.flag,128),0,'NO','YES') rolling_back from v$session s, v$transaction t where s.taddr=t.addr;


From: oracle-l-bounce_at_freelists.org
[mailto:oracle-l-bounce_at_freelists.org] On Behalf Of Richard J. Goulet  

    3: Database will not shutdown immediate even after half an hour of waiting. Must use shutdown abort.

Privileged/Confidential Information may be contained in this message or attachments hereto. Please advise immediately if you or your employer do not consent to Internet email for messages of this kind. Opinions, conclusions and other information in this message that do not relate to the official business of this company shall be understood as neither given nor endorsed by it.

--
http://www.freelists.org/webpage/oracle-l
Received on Mon Jan 22 2007 - 13:56:45 CST

Original text of this message

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