Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: How widespread is the use of triggers these days and how concerned about performance?....
>> Am I just dreaming or that triggers are being increasingly used? <<
I would guess less used. DRI actions, DEFAULTs and CHECK() constraints do what TRIGGERs used to do in procedural code. Being predicates, these features can also send information ot the optimizers, which triggers and procedures cannot. Received on Mon Aug 04 2003 - 20:18:32 CDT