Server-side TCP KeepAlive
724186Oct 20 2009 — edited Oct 20 2009Hello,
does anybody know how to activate TCP KeepAlive on the Oracle 9i R2 Server?
On the client it can be done easylie by adding (ENABLE=BROKEN). This enables the client to detect when the DB is not available anymore and a half-open connection remained behind.
In oposite to that, I want the DB to detect when a client is not more available in order to be able to clean up the remained connection. I know there is the EXPIRE_TIME Parameter. As far as I know this operation is on application-level and is not using TCP KeepAlives.
So is there any real TCP KeepAlive-Option for the Server?
Thanks in advance