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: Rollback waiting on 'cache buffer chains' latch - SOLVED

RE: Rollback waiting on 'cache buffer chains' latch - SOLVED

From: Allen, Brandon <Brandon.Allen_at_OneNeck.com>
Date: Wed, 10 Jan 2007 10:36:48 -0700
Message-ID: <04DDF147ED3A0D42B48A48A18D574C45059E279F@NT15.oneneck.corp>


That's another odd thing about this situation - even after multiple
'alter system kill session' statements, and identifying the
v$process.spid and killing it with "kill -9", v$session still showed the status as ACTIVE.  

When I tried to kill it again later I got this:

14:58:39 SQL> select serial# from v$session where sid=664;

   SERIAL#


     62086

14:59:34 SQL> alter system kill session '664,62086'; alter system kill session '664,62086'
*
ERROR at line 1:
ORA-00030: User session ID does not exist.

No, there was no other session blocking this one.

Thanks,
Brandon    


From: oracle-l-bounce_at_freelists.org
[mailto:oracle-l-bounce_at_freelists.org] On Behalf Of Ajay

Yes. It would help to know the steps.
Sometimes if we kill at sqlplus level using alter system it is not possible to get the corresponding OS session and it keeps hanging in
'KILLED' status.

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 Wed Jan 10 2007 - 11:36:48 CST

Original text of this message

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