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

Home -> Community -> Usenet -> c.d.o.server -> Re: An issue of auditing DML operations

Re: An issue of auditing DML operations

From: nirav <shivam71_at_gmail.com>
Date: Fri, 23 Nov 2007 03:26:10 -0800 (PST)
Message-ID: <9a5ea47c-d6cb-42ab-9a23-b1bc3e0a96fb@v4g2000hsf.googlegroups.com>


> One of the options might be creating package with variable containing
> your app username. For every call to database at first populate this
> vaiable and use it in your triggers. To make easier your job (and
> catch possible bugs :) you can use pragma serially_reusable for this
> package, it allows to populate variables only for one call and as soon
> as the call has finished variables are cleaned. So you won't get any
> unnecessary legacy from previous application user.
>
> Gints Plivnahttp://www.gplivna.eu- Hide quoted text -
>
> - Show quoted text -

Thank you very much. From another forum, I got a suggestion and I am trying with client_identifier attribute of userenv context.

Thanks,
Nirav Received on Fri Nov 23 2007 - 05:26:10 CST

Original text of this message

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