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: Need current transaction information

Re: Need current transaction information

From: Carl Bruhn <crb_at_dde.dk>
Date: Fri, 05 Feb 1999 09:58:43 +0100
Message-ID: <36BAB2C3.622A7EC8@dde.dk>


Seems to me that you should look into database triggers. Look in Oracle 7 server application developers guide. There are some good examples on how to, and they have an example on just the thing you want to do in section Using Database Triggers.

best regards.
Carl Bruhn
crb_at_dde.dk

Gerry West wrote:

> Hi,
>
> I'd like to perform a transaction from a trigger
> and then capture
> - the OS user that performed the transaction,
> - the type of transaction
> - the table the transaction touched.
>
> I realize this information is available in dba_audit_trail,
> but how do you select for the current (right now) information
> for the current transaction ?
>
> Thanks in advance,
> Gerry
Received on Fri Feb 05 1999 - 02:58:43 CST

Original text of this message

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