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 -> Trigger on commit

Trigger on commit

From: Cristian Petculescu [MS] <cristp_at_microsoft.com>
Date: Mon, 4 Feb 2002 10:34:21 -0800
Message-ID: <3c5ed433$1@news.microsoft.com>


I would like to get a trigger code fired when (after) a transaction that affects in any way a certain table is commited. I would like to use this to signal a client app that the table changed. I don't want to use triggers for insert/update/delete as these would have to insert in another table (because they will get commited when the other changes are commited) and becasuse in a transaction might be thousands of inserts and the only thing I care is when the table really changed to know it (not what the actual changes are).

Is there support for such a thing?

Thanks in advance,
C Received on Mon Feb 04 2002 - 12:34:21 CST

Original text of this message

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