Oracle/PLSQL: ORA-04091 Error
Error: |
ORA-04091: table name is mutating, trigger/function may not see it |
Cause: |
A statement executed a trigger or custom PL/SQL function. That trigger/function tried to modify or query a table that is currently being modified by the statement that fired the trigger/function. |
Action: |
The options to resolve this Oracle error are:
|
