Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: table mutating error in trigger

Re: table mutating error in trigger

From: Eric Wuillai <ewuillai_at_hol.fr>
Date: 1997/03/15
Message-ID: <332A8C57.3F6C@hol.fr>#1/1

Mike Emerson wrote:
>
> Is there any way to select from the table which fired the trigger in a
> row based trigger? I get a table mutating error when I try this. I
> can understand getting this error if I try to modify the record which
> fired the trigger, but this isn't being done.
>
> Mike Emerson

In a row based trigger, it's impossible to select from the table which which fired the trigger. They are several solutions to solve this constraint, depending what you search to do. Nead more informations to help you.

Eric Wuillai Received on Sat Mar 15 1997 - 00:00:00 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US