Bernhard S
Member³
Our firewalls have been configured to cut-off sessions after a certain time of inactivity. In an open PL/SQL Developer (PSD) session I get an ORA-3114 then. When I try to disconnect my session I get a sandclock forever and I'm finally forced to kill the PSD instance.
How can I best deal with that issue, without having to go through the kill and recover cycle?
Could PSD be enhanced to send a dummy query like "select 1 from dual" every defined time for each session in order to keep the firewall from closing the session?
In any case PSD should at least be able to deal with this scenario more smoothly. A disconnect/reconnect should do, one would expect, but currently doesn't work.
How can I best deal with that issue, without having to go through the kill and recover cycle?
Could PSD be enhanced to send a dummy query like "select 1 from dual" every defined time for each session in order to keep the firewall from closing the session?
In any case PSD should at least be able to deal with this scenario more smoothly. A disconnect/reconnect should do, one would expect, but currently doesn't work.