Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.
A general question related to JDBC connections. If a JDBC connection in an IS lose connection to DB briefly and gets auto connected, do we need to manually enable/disable for refreshing the connection or it will work without any issues as the connection has been restored automatically?
Hi Venkat,
easiest will be to set minimum pool size to 0 to avoid stale connections in the pool, which cannot be used after they went into the stale state.
Regards, Holger