Click to See Complete Forum and Search --> : help, new to DB programming.


Mleskine
March 19th, 2003, 09:08 AM
Hello,
I have an oracle table and i would like to know if oracle can anyway react if there's a new record inserted in the table? Or just check for new records? And which language would this be easiest to make?

thanks

antares686
March 21st, 2003, 06:07 AM
Look at triggers. For the most part all systems support UPDATE/INSERT/DELETE triggers but some offer additional pieces.

This should help a bit.

Constraints and Triggers (http://www-db.stanford.edu/~ullman/fcdb/oracle/or-triggers.html)