Wednesday, August 21, 2013

Using ComboPooledDataSource in Spring context

destroy-method="close">








jdbc.Driver=oracle.jdbc.OracleDriver
jdbc.url=jdbc:oracle:thin:@serverhost:1521:XE
jdbc.username=xxxxx
jdbc.password=xxxxxx
#jdbc.url=jdbc:oracle:thin:@serverhost:1521/SERVICE_NAME
jdbc.initialSize=2
jdbc.maxActive=5
jdbc.maxIdle=2
jdbc.minIdle=1
jdbc.validationQuery=select 1 from dual
jdbc.removeAbandoned=true


No comments:

Post a Comment