Hello,
I'm developing a web application using JPA for accesing database. My database is Oracle and I've configured a datasource in the server.
Because of audit issues, I need to configure "Oracle Proxy Authentication ".
Oracle database offers proxy authentication enabling the application to leverage a shared data source connected to the database by a single common/default user and then when used within the application the connection can be 'proxied' to be a different user.
I've tried what is explained here but it doesn't work for me.
http://wiki.eclipse.org/EclipseLink/Examples/JPA/Oracle/Proxy
Could anybody help me?
Thanks
.