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: 2 triggers or 1??

Re: 2 triggers or 1??

From: Sybrand Bakker <gooiditweg_at_sybrandb.demon.nl>
Date: Wed, 17 Mar 2004 06:37:52 +0100
Message-ID: <80pf50dm2gl44jn8e8gn0t8n970c0akus4@4ax.com>


On Wed, 17 Mar 2004 00:58:51 GMT, AK <ak_at_ak.org> wrote:

>Hi,
>
>I need to write up a PLSQL trigger which does similar work to an
>existing trigger. The existing trigger runs upon insert/update on the
>same table as the new trigger will.
>
>I could write a second trigger for insert/update on table XXX or I could
>take the existing trigger and modify it to include code for the new
>functionality requirement.
>
>What kind of performance impact will there be if one has multiple
>triggers running on the same table? I know it depends on how you code
>but I am hoping to get some general guidance on this please.
>
>thanks,
>-A

The general guidance is that the order of trigger execution is not guaranteed. Need I say more?

--
Sybrand Bakker, Senior Oracle DBA
Received on Tue Mar 16 2004 - 23:37:52 CST

Original text of this message

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