Oracle Mutation error

Please explain about Mutation error in database trigger in oracle with an example

Questions by younaskhan40   answers by younaskhan40

Showing Answers 1 - 3 of 3 Answers

This error occurs when you try to select rows from a table and try to update the rows of the same table.  Most developers face this problem.  To avoid getting this error, create views,  select the rows from the views, and then try to update the original table rows.

  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