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 |
Types of optimization?
how can i read write files from pl/sql
What is difference between a PROCEDURE & FUNCTION ?
Can you call pl/sql package functions from within a fast formula?
What is compute?
Is delete faster than truncate?
What do you understand by pl/sql cursors?
What are different types of indexes?
What are the different tcl commands in sql?
What is sql architecture?
How do you drop a trigger?
What is cross join sql?