Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Trigger on commit
You may want to read up on auditing..
Robert
On Mon, 4 Feb 2002 10:34:21 -0800, "Cristian Petculescu [MS]" <cristp_at_microsoft.com> wrote:
>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 - 20:26:32 CST
![]() |
![]() |