Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: "Execute immediate" in a trigger

Re: "Execute immediate" in a trigger

From: NoName <nobody_at_nowhere.com>
Date: Fri, 16 Jan 2004 08:41:59 +0100
Message-ID: <bu83v9$5jm$1@grillo.cs.interbusiness.it>


> First off COMMIT and ROLLBACK never belong inside a trigger unless the
> trigger is an autonomous transaction. And in case you think using that
> pragma is the solution ... I'd advise you against it.

Thank you, Daniel and Michel.
By now I used a workaround, programmatically, outside the trigger. I'll try the autonomous_transaction pragma to evaluate what solution is better.

Regards Received on Fri Jan 16 2004 - 01:41:59 CST

Original text of this message

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