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 -> Row-Trigger question (Oracle 8)

Row-Trigger question (Oracle 8)

From: Michael Kreitmann <m.kreitmann_at_gmx.net>
Date: 11 Nov 2004 00:35:45 -0800
Message-ID: <987ebcdd.0411110035.2ee89cc6@posting.google.com>


Hello,

I've a question about row triggers under oracle. If I define the trigger "FOR EACH ROW", the trigger will be fired n-times if the firing statement will hit n records. Is there any unique ID or hash-code or anything else, that is equal for all of these n executions of this trigger (and only for these n executions ? - the next statement firing the trigger must produce a new (unique) ID ...)
Many thanks for your advice!

Regards
Michael Received on Thu Nov 11 2004 - 02:35:45 CST

Original text of this message

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