c3p0 - oracle connection encryption and connection poling -


I am using c3p0 pool but I could not find any information about linking properties, such as c3p0 below Connection pool configuration xml, any help will not be greatly appreciated that it is not supported, any options will be very good thanks

  oracle.net.encryption_client = required; Oracle.net.encryption_types_client = RC4_256; Oracle.net.crypto_checksum_client = Required; Oracle.net.crypto_checksum_type_client = MD5  

In the end it is working, this same That's what works me.

  & lt; Bean id = "myDS" class = "com.mchange.v2.c3p0.ComboPooledDataSource" destroy-method = "close" page: driverClass = "$ {db.driver}" P: jdbcUrl = "$ {db.url}" P: Acquisition = "1" page: idleConnectionTestPeriod = "60" p: maxPoolSize = "$ {jdbc.pool.size}" Page: Try Acquisition = "2" Page: MinPoolSize = "$ {pool.initialsize}" Page: testConnectionOnCheckout = "true" p: Favorite = "Choose from Dual 1" & gt; & Lt; Property Name = "Properties" & gt; & Lt; Theater Content & gt; & Lt; Support key = "user" & gt; $ {Db.username} & lt; / Prop & gt; & Lt; Support key = "password" & gt; $ {Db.password} & lt; / Prop & gt; & Lt; Prop key = "oracle.net.encryption_client" & gt; Expected & lt; / Prop & gt; & Lt; Prop key = "oracle.net.encryption_types_client" & gt; RC 4_256 & lt; / Prop & gt; & Lt; Support key = "oracle.net.crypto_checksum_client" & gt; Required & lt; / Prop & gt; & Lt; Prop key = "oracle.net.crypto_checksum_types_client" & gt; MD5 & lt; / Prop & gt; & Lt; / Theater & gt; & Lt; / Property & gt;  


Comments

Popular posts from this blog

python - Strange behavior using PyQt4's 'pyqtSlot' decorator before another decorator -

c# - UnhandledExceptionMode.ThrowException for AppDomain.UnhandledException -

c# - Process.Kill() returns access denied -