Avoiding mutation errors while writing triggers

What is a mutation error and how do I avoid mutation errors while writing triggers?

    Requires Free Membership to View

A trigger fires when the underlying table experiences some sort of DML operation. If the trigger then makes another DML change to the same table, this will cause the trigger to fire again, which means another change and the trigger firing again . . . where does it end? In a nutshell, a mutating table happens when a trigger keeps firing on only one DML operation.

This link describes mutating tables in more detail as well as instructions on how to avoid it.

This was first published in August 2006

Join the conversationComment

Share
Comments

    Results

    Contribute to the conversation

    All fields are required. Comments will appear at the bottom of the article.