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!

mutating problem solution using compound triggers

user10447332Jan 10 2010 — edited Jan 10 2010
i am using 11g.
i am updating one column in a table.based on that value i want to insert one row in same table.

i want to use trigger.it will cause mutating.using compound trigger how to solve that one.

i am writting trigger on test table.
create or replace trigger trig1
before update of result on test
for each row....

how to create compound trigger to solve this one.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 7 2010
Added on Jan 10 2010
3 comments
942 views