Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

What is the Trigger Firing sequence in The following example?

JagadekaraAug 13 2013 — edited Aug 13 2013

Hai,

if we have one table with name ' XXSample'.

now we are going to write triggers on that table as follows
' before insert table level '
'before insert row level'
'after insert table level'
'after insert row level'.

what is the sequence of triggers... means which trigger will fire in sequence.

This post has been answered by Karthick2003 on Aug 13 2013
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 10 2013
Added on Aug 13 2013
12 comments
1,724 views