Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Kill specific transactions/processes
I have a user session where once in a while transactions applied appear
to be in an infinite loop or in a deadlock. The process I've used in
the past is to attempt to kill the session: alter system kill session
'sid,serial#'. A number of times the session is marked as KILLED but
nothing happens, the transactions continue, locks and processes
associated with the session/transaction are still "alive". Is there a
way to release specific table locks/processes/transactions associated
with the session (possibly an "unfriendly" abort of the session) other
than ALTER SYSTEM or shutting down the database?
Thanks.
Sent via Deja.com http://www.deja.com/
Share what you know. Learn what you don't.
Received on Sat Jul 03 1999 - 07:44:41 CDT
![]() |
![]() |