Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> NEWBIE: ORA 4091-TRIGGER CANNOT SEE TABLE
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
![]() |
![]() |