Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> How to generate a unique and sequential string/number for TranxID for Triggers
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