what is mutating table and mutating error and how to solve
that?

Answers were Sorted based on User's Feedback



what is mutating table and mutating error and how to solve that?..

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

what is mutating table and mutating error and how to solve that?..

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

what is mutating table and mutating error and how to solve that?..

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

Post New Answer

More Oracle Apps Technical Interview Questions

what is unit of measure classes? give atleast two examples. name the underlying table.

1 Answers   Scan Steel,


In unix Schell sript what is very 1st line to be wriiten .

2 Answers   IBM,


What is FORWARD DECLARATION in Packages?

6 Answers   British Telecom BT, HCL, Tech Mahindra,


Can u define operating units inplace of inventory?

2 Answers  


what are the tables of auto invoice.

2 Answers  






we are inserting,update and delete the data we can do simultaniously, but it will show error in updation? what to do?

4 Answers  


How to know the number of invoices generated for one PO from front end (navigation)?

1 Answers   Oracle,


what are the different types of triggers in reports

2 Answers   Oracle,


how can we get odd numbered pages in output of a report

2 Answers   Infosys,


What is the most critical part which you had faced in your project ?

1 Answers   LG, Satyam, Tech Mahindra,


what is the difference between character mode,bitmap mode

2 Answers   IBM, Sierra Atlantica,


how to customize the report,please tell me customization steps

5 Answers   Accenture,


Categories
  • Oracle Apps Technical Interview Questions Oracle Apps Technical (547)
  • Oracle Apps Financial Interview Questions Oracle Apps Financial (793)
  • Oracle Apps Manufacturing Interview Questions Oracle Apps Manufacturing (53)
  • Oracle Apps HRMS Interview Questions Oracle Apps HRMS (169)
  • Oracle Apps CRM Interview Questions Oracle Apps CRM (9)
  • Oracle Apps SCM Interview Questions Oracle Apps SCM (141)
  • Oracle Install Base Interview Questions Oracle Install Base (62)
  • Oracle Service Contracts Interview Questions Oracle Service Contracts (101)
  • Oracle Apps AllOther Interview Questions Oracle Apps AllOther (114)