What is mutating table or mutating trigger?
A mutating table or mutating trigger occurs when a trigger tries to update a table that is currently being modified.
Mutating table occurs when a trigger references the table that is being modified.
It ...read more
A mutating table error happens when a row-level trigger tries to access the same table that triggered it, either directly or indirectly.
When we try to do DML or select from a table in a trigger which actually fired the trigger, then we get mutating table error. This error we get only in row level trigger.
Mutation table is a that is changing but in dealing with triggers it is a table that the possibility of changing.This does not impact the exclusive use of OLD and NEW
When we will try to perform any dml operation in trigger then muttaing error will be fired in that mutatting table.
Popular interview questions of Plsql Developer
Reviews
Interviews
Salaries
Users/Month