Hi
I have the following code in my server.properties file
How can I verify that these connection pooling properties are actually being set?
I have the following code in my server.properties file
Code:
sql.Oracle.driver: oracle.jdbc.pool.OracleDataSource sql.Oracle.pool.maxActive:10 sql.Oracle.pool.maxIdle:5 sql.Oracle.pool.maxWait:5000 sql.Oracle.pool.minEvictableIdleTimeMillis:5000 sql.Oracle.pool.numTestsPerEvictionRun: 5 sql.Oracle.pool.timeBetweenEvictionRunsMillis: 10000
Comment