| Oracle FAQ | Your Portal to the Oracle Knowledge Grid | |
Home -> Community -> Usenet -> c.d.o.server -> Re: Mutating table and triggers
You cannot override this default behavior. Normally you split the logic
into a pre and post trigger. In the pre trigger you populate a table a
pl/sql table with rows that will be affected. The actual update you defer
to the post trigger, using the pl/sql table to get the actuals rows
involved.
--
Terry Dykstra (TeamPS)
Canadian Forest Oil Ltd.
Dag Arne Matre wrote in message <01be7155$64892160$4101030a_at_sandeid>...
>Normally, you cannot do a select on a table within a trigger on the same
>table (ORA-04091). However, I have this strange feeling having read that
>this default behavior can be overriden by setting some parameters (or
>something else). Am I right or wrong?
>
>D A
Received on Thu Mar 18 1999 - 13:21:06 CST
![]() |
![]() |