what is mutating table and mutating error and how to solve
that?
Answers were Sorted based on User's Feedback
Answer / kranthi kumar
A table which is under process of update,delete or insert
is a mutating table.
when you try to perform an action such as insert,update or
delete on that same table using a trigger then mutating
table error occurs.
if u want to solve this error then use autonomous
transaction.
| Is This Answer Correct ? | 12 Yes | 1 No |
Answer / saji. sasidharan
Mutating table is the table which is being in the process
of UPDATE,DELETE or INSERT. Mutating error will happen if
try to access a mutating table. Example. Its possible to
solve using autonamous transaction.
| Is This Answer Correct ? | 3 Yes | 2 No |
Answer / vijay
In row level trigger based on table, the trigger body can not read the same table data, if we try to read the same table data then we get error.
This error is called mutating error.
These table is called as mutating error.
| Is This Answer Correct ? | 0 Yes | 0 No |
Oracle E-Business suite?
q)what are the validations in sql*loader
where the accounting related data is stored ? all type of accounting related data costing etc...
Can u define exceptions twice in same block?
Difference between triggers and procedures?
what is pick selection list generation report.
can we pass bind variablein lexical parameter?
Can you define an erp system?
Cycle of requestion to receving transaction.
how to avoid duplicate data while uploading data from flatfile to staging table? some validations
Is it possible calling from one report to another? if possible means tell me ?
3 Answers Intelligroup, Satyam,
Which oracle applications pl/sql standard apis you are familiar, have you used most of them?