Cannot kill a JDBC Thin Client session with a blocking lock?
Hi,
We had a session holding a blocking lock from 4 days ago.
I tried to kill it (immedaite) via TOAD but the session just gets marked for kill.
What is the best way to remove this session - e.g. at OS level or by bouncing the database?
Further information:
select s.sid
, s.username
, s.osuser
, s.machine
, s.status
, p.spid spid
, to_char( logon_time, 'Mon dd@hh24:mi') logon_time
, rtrim (s.module)||decode( nvl(length( rtrim(s.module)),0),0,'',' ')|| upper(s.program) running,
to_char(sysdate-last_call_et/86400,'DD-MON-YY HH24:SS') Last_Activity