TCP keepalive via expire_time in thick driver #522
hvmptydvmpty
started this conversation in
General
Replies: 1 comment 11 replies
-
In the thick driver you must use the |
Beta Was this translation helpful? Give feedback.
11 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi oracledb developers,
Appreciate all the work on this driver, thank you! We're having some issues with long-running commands that
expire_time=5
appears to rectify for the thin mode. In thick mode it doesn't seem to have the same effect so I tried to trace it by grepping this driver and ODPI code and so far was not able to prove to myself that in thick mode settingexpire_time
actually translates into a connection TCP keepalive as documented here: 6.8.2 EXPIRE_TIME (and there's also a setting in sqlnet). Could you please confirm if non-zeroexpire_time
is expected to work in thick mode as the docs say (emphasis mine):Beta Was this translation helpful? Give feedback.
All reactions