Sessions Problem

Hi all.
I have a little problemm, cant solve it for at least 2 years.
In case of killing PL/SQL Developer from WIN Task Manager the session stays active and sometimes may become a "zombie" session. Does anybody can help me to solve the problem?

P.S.
I'm using 6-th version of PL/SQL Developer

Thanks,

Mariya.

 
This can happen when you kill a process that has an Oracle Session. These sessions will time out though, and you can also kill such a session.
 
Back
Top