In wl 8.1 sp 2 documentation says that when this value is enabled...
that connection pooling is essentiallty disabled. Since the default
is true for this value then is connection pooling by default enabled.
What are effects if this is disabled does anyone know?
Doc...
"
Remove Infected Connections Enabled
Controls whether a connection will be removed from the connection pool when the application asks for the underlying vendor connection object. Enabling this attribute will have an impact on performance as it will essentially disable the pooling of connections (as connections will be removed from the pool and replaced with new connections).
"