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 -> commit trigger

commit trigger

From: Pascal Byrne <p_byrne76_at_hotmail.com>
Date: 17 Oct 2001 01:27:20 -0700
Message-ID: <c1d21c59.0110170027.69df6ca3@posting.google.com>


I need to to create a trigger in Oracle 8, that executes when a transaction commits.

The trigger will analyze data on logged changes made to specified tables during the transaction and remove redundant data. So if a row is updated, then deleted, only a record of the deletion is retained.

I know there is no 'on commit' trigger in Oracle, so is there any other way of doing it?

Thanks,
pasal Received on Wed Oct 17 2001 - 03:27:20 CDT

Original text of this message

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