Dead connection detection
Hello,
I'm working on the Dead connection detection for an 11.2.0.2 RAC Db.
A connection pool is opened by the application server to this DB, the TCP traffic goes through a FW. The expire time on the FW is 3600 s , so if a session in the pool is idle for more than one hour, it is killed by FW, but neither the client or the db server are noticed.
I found note ID 257650.1 on MOS about this issue, and about the use of sqlnet.expire_time.
It has been set on server-side, but I would like to set the same thing on client side to ease dead connection detection on client side.
1