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
What are pl/sql cursor exceptions?
How to use boolean type in select statement?
what are date and time data types? : Sql dba
What is embedded sql with example?
What is difference between rank () row_number () and dense_rank () in sql?
What is the difference between the repeatable read and serializable isolation levels? : Transact sql
What is the difference between left join and right join?
Can we use rowid as primary key?
What are the operators in sql?
What is indexes?
Which join condition can be specified using on clause?
What is a field in a database?
how can you see all indexes defined for a table? : Sql dba
What is sequence in sql?
Differences between Oracle 9i and 10g (Probably in terms of SQL and PL/SQL)?