How can I keep Oracle SQL Developer from closing the DB connection?

后端 未结 8 1711
情话喂你
情话喂你 2021-02-03 19:26

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 conne

8条回答
  •  误落风尘
    2021-02-03 19:44

    Use SQLNET.EXPIRE_TIME at server side to request keep alive packets

    See also: https://rammpeter.blogspot.com/2017/06/common-pitfalls-using-sqlnet-via.html

提交回复
热议问题