How can I keep Oracle SQL Developer from closing the DB connection?
Posted
by Kevin Babcock
on Stack Overflow
See other posts from Stack Overflow
or by Kevin Babcock
Published on 2009-08-20T22:48:06Z
Indexed on
2010/04/17
15:03 UTC
Read the original article
Hit count: 429
Is there any way to keep Oracle SQL Developer from closing my DB connections, or to increase the timeout? Sometimes during a long-running query SQL Dev will just close the connection, leaving my query running on the server but me with no results. If I RDP into the server and run SQL Dev locally it never seems to have this problem.
© Stack Overflow or respective owner