Hanging threads - connection leaks in Weblogic
We have a particular situation where a stored procedure is taking long time than the "StuckThreadMaxTime" (set to 600 sec) and the DB connection is getting failed.To Resolve this, the options we have is to "fine tune" the procedure and also set the "statement timeout " option to 600 seconds. We have some confusion about "when to use "Statement Timeout" and when to use "Inactive time out Connection" options?" .Please help me with examples.
Thanks,
Vikram
0