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

  • From: "Allen, Brandon" <Brandon.Allen@xxxxxxxxxxx>
  • To: <ajay_1ajay@xxxxxxxxx>, <Joel.Patterson@xxxxxxxxxxx>, <tanel.poder.003@xxxxxxx>, <oracle-l@xxxxxxxxxxxxx>
  • Date: Wed, 10 Jan 2007 10:36:48 -0700

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@xxxxxxxxxxxxx
[mailto:oracle-l-bounce@xxxxxxxxxxxxx] 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.

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


Other related posts: