What is a mutating table
Answers were Sorted based on User's Feedback
Answer / vishwa
Mutating means that some one is trying to access the table
currently being held by some other non-committing
transaction
| Is This Answer Correct ? | 9 Yes | 0 No |
Answer / saraswathi muthuraman
IF you have a trigger on table emp_test. Inside that
trigger, your are trying to update/insert in the same table
emp_test.
Then mutating table error will occur.
| Is This Answer Correct ? | 8 Yes | 0 No |
Answer / vijayakumar n
Trigger one executed again & again in a table.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / udaykumar
specified set of records we can commit or commit or
rollback regardless of parent transactions.
| Is This Answer Correct ? | 0 Yes | 1 No |
Answer / swastik
*When Ever You Create a Trigger On a Table And Performing Any DML Operation in Side The Trigger Body On Same Table Then Mutating Error Will Come.
*Row Level Trigger It Will Happen
| Is This Answer Correct ? | 0 Yes | 1 No |
What are the different datatypes available in PL/SQL?
Does pl/sql support create command?
Types of locks in database ?
what is inline view?
What is a package ? What are the advantages of packages ?
When do we use triggers?
Please let me know if UNION ALL and Natural Join does the same operation and are same...
What are the types of optimization?
What is sqlite format?
What is the difference between partitioning and sharding?
What are different types of functions in sql?
how to check myisam tables for errors? : Sql dba
Oracle (3259)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)