Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: Auditing original user in an n-tier environment - THANK YOU
We are going to go with DBMS_SESSION.
The application(s) will establish and clear the context for each =
connection (looks good on paper!!).
Thank you again for your input !!!
-----Original Message-----
From: oracle-l-bounce_at_freelists.org
[mailto:oracle-l-bounce_at_freelists.org]On Behalf Of Thomas Day
Sent: Monday, May 23, 2005 10:30 AM
To: Christian Antognini
Cc: oracle-l_at_freelists.org
Subject: Re: Auditing original user in an n-tier environment
On 5/23/05, Christian Antognini <Christian.Antognini_at_trivadis.com> =
wrote:
>=3D20
>=3D20
> >We are fighting the exact same fight. Oracle provides a mechanism
> >with DBMS_SESSION.set_context and sys_context. However, this is not =
a
> >magic bullet. We have a web-based application with pooled > >connections.
> Tom
> Do you use global contexts?
With each new connection it is the application's job to establish the context for that connection (not session) with the Oracle database.
Currently we are using a home-rolled mechanism that mimics =
Oracle's.=3D20
It's no better or worse, just very poorly documented and no knowledge
of how it works exists ourside the current group of contractors.
I guess that you'd call it job security.
-- http://www.freelists.org/webpage/oracle-l -- http://www.freelists.org/webpage/oracle-lReceived on Tue May 24 2005 - 10:42:13 CDT
![]() |
![]() |