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: ORA-04091: table ... is mutating, trigger/function may not see it

Re: ORA-04091: table ... is mutating, trigger/function may not see it

From: Carlos <miotromailcarlos_at_netscape.net>
Date: 27 Jul 2005 02:14:37 -0700
Message-ID: <1122455677.235740.44630@o13g2000cwo.googlegroups.com>


>From metalink:

 "There is an exception to this restriction; For single row INSERTs, constraining tables are mutating for AFTER row triggers, but not for BEFORE row triggers. INSERT statements that involve more than 1 row are not considered single row inserts."

"INSERT INTO <table_name> SELECT ..." are not considered single row inserts, even if they only result in 1 row being inserted. "

Cheers.

Carlos. Received on Wed Jul 27 2005 - 04:14:37 CDT

Original text of this message

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