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: Are Triggers Really that Bad or ....???

Re: Are Triggers Really that Bad or ....???

From: Daniel Morgan <dmorgan_at_exesolutions.com>
Date: Thu, 25 Jul 2002 15:23:40 GMT
Message-ID: <3D4017B6.71633D39@exesolutions.com>


Paul Brewer wrote:

> "Hugues Parvillers" <Hugues.Parvillers_at_AgdF.com> wrote in message
> news:3D3F14A8.CF9B219_at_AgdF.com...
> > Ten years ago, would have been bad idea to use triggers
> > Five years ago, could have been discussed also.
> > But now !!!
> > Should I say that for my self I use trigger to full backup previous state
> of
> > rows under a xml serialisation of the previous state of any row :-) . Via
> > trigger.
> >
> > HP
> >
> > Ronnie Yours a écrit :
> >
> > > Hi,
> > >
> > > I am facing a wierd situation here.
> > >
> > > We have a database with around 150-200 Tables and growing . Each Table
> has
> > > 4 columns in additional to the ones for the application, namely
> > > created_by, created_date,updated_by and updated_date.
> > > Now when writing the application code the developers were supposed to
> take
> > > care of the values in these fields. For example when a record is
> > > added/inserted the created_by and created_date fields are populated and
> when
> > > the records are updated the updated_by and updated_dates are
> > > populated/updated.
> > > But the issue is the developeres did not take care of this issue and one
> of
> > > the senior developers is suggesting that lets create triggers to
> implement
> > > this functionality.
> > >
> > > My suggestion was and is that lets change the code to take care of this
> but
> > > he doesnt agree. He says it will take more time to do that.
> > >
> > > Now I am in a dilemma.
> > >
> > > If we implement triggers how will they affect the prformance.
> > > If I should not implement triggers then how should I go about handling
> this
> > > situation and explain the same to my manager.
> > >
> > > Please Suggest
> > >
> > > Thanks
> > > Ronnie Yours
>
> I have a very strong opinion here; sorry to any offended... IMHO, these
> kinds of things should be coded in the database from the outset, and there
> is no justifiable alternative.
>
> Regards,
> Paul

I'm in complete agreement. Business logic does not belong in the front-end. And if you have any hope of going to a web based application you'd best be highly focused on lean.

Use the triggers: Your 'senior developer' knows of what he speaks.

Daniel Morgan Received on Thu Jul 25 2002 - 10:23:40 CDT

Original text of this message

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