Administrator
|
If those inactive connections are coming from the connection pool, I don't recommend you to kill them.
This is expected behaviour. EBS uses database connection pool, so at any given point of time, there can be inactive database sessions.
Let connection pool to manage them.
Shrink, refresh, expand operations are done automatically by WebLogic Server based on settings for the connection pool.
"WLS knows about its connections. It tests them. If a connection fails the test, WLS closes and recreates the connection, and then tests the new connection."
|