What is mutating trigger?How to avoid it??

Answer Posted / surendra reddy

Mutaing error happens with triggers. It occurs because the
trigger is trying to update a row it is currently using.
The usual fix involves either use of views or temporary
tables so the database is selecting from one while updating
the other.

Is This Answer Correct ?    13 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Is pl sql useful?

722


How many joins in sql?

738


What are procedures used for?

703


How do you update f as m and m as f from the below table testtable?

1474


What sql does db2 use?

726






what are the advantages of using stored procedures? : Sql dba

822


how do you control the max size of a heap table? : Sql dba

702


What are the types of queries in sql?

745


What is trigger in pl sql with examples?

722


Can you inner join the same table?

711


Which kind of parameters cannot have a default value in pl sql?

806


What is multiple partition?

698


How to create a menu in sqlplus or pl/sql?

810


What are the different schemas objects that can be created using pl/sql?

729


What is sqlcommand?

751