Login « Database « JPA Q&A





1. Customized DB Login    forum.hibernate.org

Hi, I'm starting to use Oracle OID (LDAP like) so as I can audit database access by system user and not by (a single) database user. But to accomplish this I need to send a username/password to the ConnectionPool (or set in the connection, if possible) each time a user makes the login on my application. It's necessary so as the ...