ORA-04091: table string.string is mutating, trigger/function
may not see it



ORA-04091: table string.string is mutating, trigger/function may not see it..

Answer / guest

Cause: A trigger (or a user defined plsql function that is
referenced in this statement) attempted to look at (or
modify) a table that was in the middle of being modified by
the statement which fired it.

Action: Rewrite the trigger (or function) so it does not
read that table.

Please add more information about this Error

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More Oracle Errors Interview Questions

ORA-13484: the file format and/or compression type is not supported

1 Answers  


ORA-26006: Incorrect bind variable in column string's sql expression - string

1 Answers  


ORA-24813: cannot send or receive an unsupported LOB

1 Answers  


ORA-29903: error in executing ODCIIndexFetch() routine

1 Answers  


DRG-12302: invalid column list

1 Answers  






DRG-11848: Disconnected Operation

1 Answers  


ORA-02253: constraint specification not allowed here

3 Answers  


ORA-16034: FROM parameter is incompatible with MANAGED recovery

1 Answers  


ORA-06259: NETNTT: cannot read from remote process

1 Answers  


PCC-02312: arrays of VARCHAR greater than 2 dimensions not allowed

1 Answers  


ORA-27066: number of buffers in vector I/O exceeds maximum

1 Answers  


ORA-07511: sscggtl: $enq unexpected return for master termination lock

1 Answers  


Categories