Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Triggers in 8.1.6
Hi,
I found the following in the Oracle Application Developerīs Guide:
>>Do not create recursive triggers. For example, creating an AFTER UPDATE
>>statement trigger on the Emp_tab table that itself issues an UPDATE
>>statement on Emp_tab, causes the trigger to fire recursively until it has
>>run out of memory.
So , there is no more "Table is mutating..." errors ?? How does oracle guarantees the integrity on the table ??
TIA,
Antonio Belloni
-- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: INET: antonio.belloni_at_hstern.com.br Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists -------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).Received on Thu Jun 28 2001 - 07:54:29 CDT
![]() |
![]() |