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!

error - ORA-4091 mutating tables

68269Jan 15 2002
hello all

i'm getting the error ora-4091 table is mutating.
the whole scenario is like
there's a trigger on deletion of table A in which some updation is made to some other table B,
now the update trigger of table B refers the table A due to which the delete trigger of table A is giving error that
ora-4091 - table B is mutating,trigger can't see it .


can anyone help me to come out of this problem?
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 13 2002
Added on Jan 15 2002
3 comments
471 views