Joined: Tue Sep 01, 2009 4:17 am Posts: 2
|
Hi all, We are trying to use Oracle's network encryption between clients and the db server. The application is using hibernate and the connections are from a datasource. We are trying to put the oracle.net.encryption_client parameters to the jdbc connection properties but it doesn't seem to have any effect. We tried using these parameters as hibernate.connection.oracle.net.encryption_client=... inside hibernate.properties but when we run in debug and check the connection propertied they are not passed to the jdbc connection. Anyone having an implementation experience for a similar case? Any ideas on how to implement Oracle network encryption for hibernate connections? Thanks in advance. Engin
|
|