How to keep alive the connection in PL/SQL Developer?

Mehmet Akif Güzey picture Mehmet Akif Güzey · Nov 20, 2015 · Viewed 21.8k times · Source

I am using PL/SQL Developer 11.0.4.1774. In my work, I need to use database whole day. Sometimes, during 30-60 minutes, I do not use ide and when I need to use it again, it requires reconnection.

I do not want to reconnect, is there any way to keep the connection alive whole day?

Answer

Jon Heller picture Jon Heller · Nov 20, 2015

Go to Tools --> Preferences and click "Check connection". It pings the database every 60 seconds, making the session active and avoids idle session disconnects caused by profiles.

enter image description here

NOTE: This question and answer are for Allround Automations PL/SQL Developer. See this question if you're looking for Oracle SQL Developer.