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 -> NEWBIE: ORA 4091-TRIGGER CANNOT SEE TABLE

NEWBIE: ORA 4091-TRIGGER CANNOT SEE TABLE

From: Jan Rosinowski <rosinowski_at_gmx.de>
Date: Tue, 02 Mar 1999 20:19:17 GMT
Message-ID: <36dc45ba.622156473@bigXb>

for performance reasons i want to mark the "last" version of a tupel using a trigger (item,version,isnewest, primary key(item,version)).

this implies that i have to reset the isnewest field for an older version.

...ora 4091... table is mutation, trigger may not see it...

what am i doing wrong or how can i circumvent this? no recursion can happen and cascading triggers shouldn't be too difficult to implement for oracle?!

ora 7.3.4

ciao, jan Received on Tue Mar 02 1999 - 14:19:17 CST

Original text of this message

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