How to avoid mutating error ?
587040Jan 15 2009 — edited Jan 15 2009Hi All,
I am getting the mutating trigger error.
I have triggers like…
1.After Insert on TABLE1 for each row –It should insert data into TABLE2.
2.Before Insert on TABLE2 for each row –in this trigger TABLE1 is used for some validating purpose.
In this case, is there any way to avoid mutating trigger problem?
Thanks in advance.
Regards,
kalyogi