Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> RE: Auditing original user in an n-tier environment

RE: Auditing original user in an n-tier environment

From: Christian Antognini <Christian.Antognini_at_trivadis.com>
Date: Mon, 23 May 2005 15:44:36 +0200
Message-ID: <7F0C000A3ABA6241A10C9ABF37EEB46D0A4A86@MSXVS01.trivadis.com>

>One thing I haven't been able to figure out is how to implement this as
>a managed connection pool within OC4J. It seems that I need to manage
>the connection pool within my java application itself. But as I'm
>pretty new to web applications, I'm probably missing something basic.

Alan

In your Java app you should get the connection from the pool (as usual, = nothing special here...).

Then you should use one of these two methods for the proxy = authentication:
- Thin: OracleConnection.openProxySession() - OCI: OracleOCIConnectionPool.getProxyConnection()

Notice that the thin implementation is available with 10g only.

HTH
Chris

--
http://www.freelists.org/webpage/oracle-l
Received on Mon May 23 2005 - 09:49:21 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US