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 -> Re: Is there a Database event that occurs when a row is inserted/updated in a table?

Re: Is there a Database event that occurs when a row is inserted/updated in a table?

From: Raj Jamadagni <rjamadagni_at_hotmail.com>
Date: 10 Feb 2004 12:26:22 -0800
Message-ID: <76772c3f.0402101226.5222bf5e@posting.google.com>


see if you can create a schema level trigger and then look for the table being updated and then try to do all the funky stuff in there. not sure how good/scalable/fast this will be.

what you are looking for is something similar to instead of trigger where you take over the logic.

Raj Received on Tue Feb 10 2004 - 14:26:22 CST

Original text of this message

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