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 is the difference between truncate and drop statements? : Sql dba
how can I make a script that can be bi-language (supports english, german)? : Sql dba
how to convert character strings to numeric values? : Sql dba
Explain the insert into statements in sql?
How to get the 3rd column(i.e all the data along with the column name)in a table?
counting the no.of characters occurs in a string by using pl/sql function
If an unique key constraint on DATE column is created, will it validate the rows that are inserted with SYSDATE?
suppose we have values like 1 5 7 in a colum.Now we want numbers like(2 3 4 6) that exists between 1 5 7.How can we do this using sql query??
The select into statement is most often used to create backup copies of tables or for archiving records?
Explain what is rdbms?
What is difference sql and mysql?
What is the meaning of disabling a trigger?