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
1 Like
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.