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

后端 未结 8 1828
情话喂你
情话喂你 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:49

    #1. Check with th3 DBA what is the user's profile of the used connecting. Then check inactivity timeouts for the profile.

    #2. Change the connection setting in SQL Developer to Connection Type=Basic and use SID (not Service Name).

    If you use Connection Type=TNSNAMES or Service Name instead of SID - the connections will be dropped.

提交回复
热议问题