DBAsupport.com Forums - Powered by vBulletin
Results 1 to 3 of 3

Thread: Mutation problem in Database Trigger

Threaded View

  1. #3
    Join Date
    Jan 2002
    Location
    Netherlands
    Posts
    1,587
    Short expl.

    Say you write a trigger on a dml operation of a table and in the body you perform the same trigger -- meaning carry out the same dml operation yourself, when the trigger is fired, it'll again try to fire(from the trigger body) this trigger is then a mutated trigger.

    And this is cool stuff(as always)

    http://asktom.oracle.com/~tkyte/Mutate/index.html
    Last edited by Tarry; 11-28-2002 at 06:15 AM.
    Tarry Singh
    I'm a JOLE(JavaOracleLinuxEnthusiast)
    TarryBlogging
    --- Everything was meant to be---

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width