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 -> How to generate a unique and sequential string/number for TranxID for Triggers

How to generate a unique and sequential string/number for TranxID for Triggers

From: mullin <mullin.yu_at_gmail.com>
Date: 1 Sep 2005 02:23:34 -0700
Message-ID: <1125566614.265882.124800@g47g2000cwa.googlegroups.com>


Hi,

Now, I'm using dbms_transaction.local_transaction_id to generate a unique ID among different tables' triggers (insert, update, delete) since they
are under same transaction.

But, the transaction id isn't in sequence that i want to sort by transaction id to know
the sequence.

Any suggestions and solutions?

Thanks! Received on Thu Sep 01 2005 - 04:23:34 CDT

Original text of this message

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