Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

ORA-04088: error during execution of trigger xxx . table is mutating

user5784286Oct 18 2016 — edited Oct 19 2016

Hi All,

            i have the following task. i have a two tables A,B and i have made a common table c which has both the columns of A and B. My new screen will input data into common table C.

once i have the record in common table C then with the help of the trigger i am pushing the data from C based on the record type in to A or B table (same for updates as well).  Also when data is inserted or updated in each of table A and B then the record is inserted or updated

into the table C.   but i am having the problem of ORA-04088 table is mutating . 

can anyone suggest how to handle this situation . i need the option to insert or update both the ways. from A,B -- C  or C -- A,B

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 16 2016
Added on Oct 18 2016
7 comments
4,265 views