java - tomcat JDBC connection pool minIdle size is different in database -


my application using tomcat jdbc connection pool through hibernate. database oracle rac. connection pool, have maxactive=75 minidle=5,maxidle=35, initialsize=5,testwhileidle=false,testonreturn=false

while start application , database v$session table, can see 5 connections user after 1 hour, v$session table has 3 connections.

since minidle value 5, why there 3 connections in database?


Comments

Popular posts from this blog

Spring Boot + JPA + Hibernate: Unable to locate persister -

go - Golang: panic: runtime error: invalid memory address or nil pointer dereference using bufio.Scanner -

c - double free or corruption (fasttop) -