What is mean by mutating table and mutating error?

Showing Answers 1 - 3 of 3 Answers

taraldesai

  • Jun 23rd, 2007
 

You write a trigger on some table and in that trigger code if you access the same table, then it generate this error. To avoide, use views or call procedure from trigger.. bcoz your table is in between modification mode (mutating mode) and you are accessing it...it generates this error.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions