Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: Question about triggers

Re: Question about triggers

From: joel garry <joel-garry_at_home.com>
Date: 26 May 2006 13:46:56 -0700
Message-ID: <1148676416.666760.220120@i39g2000cwa.googlegroups.com>

Hooman wrote:
> Hi all,
>
> Do triggers start firing upon completion of the commit transaction?
>
> For example, if I have updated tables T1 and T2, and I have a trigger
> on T1 that depends on T2 transactions getting committed, do I need to
> make sure T2 gets commited first and then commit T1? Or could I simply
> commit once and the T1 trigger gets fired after both tables are
> commited?
>

You might also consider learning about mutating table issues: http://download-west.oracle.com/docs/cd/B10501_01/appdev.920/a96590/adg13trg.htm#786

(search for mutating tables on asktom.oracle.com if this applies to your situation.)

jg

--
@home.com is bogus.
Fire up the grill!
http://www.cbc.ca/toronto/story/to-gotransit20060502.html
Received on Fri May 26 2006 - 15:46:56 CDT

Original text of this message

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