[root@Agent-Application-1 sharif]# cat /u01/tomcat-finger-others/apache-tomcat-9.0.86/apache-tomcat-9.0.86/webapps/FingerAPI/WEB-INF/classes/hikari-config.properties
driverName = oracle.jdbc.OracleDriver
url = jdbc:oracle:thin:@10.x.x.x:1521/emob
user = xxxxxx
pass = xxxxxx
#Newly Added
cachePrepStmts = true
prepStmtCacheSize = 2500
prepStmtCacheSqlLimit = 2048
minimumIdle = 20
maximumPoolSize = 10
idleTimeout = 600000
connectionTimeout = 3000000
maxLifetime = 1000000