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

Home -> Community -> Usenet -> c.d.o.misc -> Can I use v$session.taddr for this?

Can I use v$session.taddr for this?

From: Mike <mlf1660_at_hotmail.com>
Date: 7 May 2003 16:55:18 -0700
Message-ID: <a4d1259d.0305071555.31c42bb6@posting.google.com>


All,

I have an application which has triggers attached to several tables. A single transaction may perform insert/update/delete on more than one table. Each trigger writes data to a separate logging table that I have created for this purpose.

I'd like to be able to tie all the logging data from each transaction together, even though it may have been created by the separate triggers. Can I use v$session.taddr for this? I'm hoping that each separate transaction will have a taddr value which will persist until a rollback or commit, and then have another value for the next transaction.

Or is there something else I should be looking at?

Thanks in advance.

Received on Wed May 07 2003 - 18:55:18 CDT

Original text of this message

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