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: COMMIT in a trigger?

Re: COMMIT in a trigger?

From: Em Pradhan <empradhan_at_dplus.net>
Date: Sun, 07 Feb 1999 19:13:08 -0500
Message-ID: <36BE2C14.90728F1A@dplus.net>


Hi

    usually trigger does not allows the use of commit.     but we can use DBMS_SQL PACKAGE to do explicit commit     which we may need to do.
Hope this help.
Good luck

Pradhan

mme wrote:

> Does anybody know how I can do a COMMIT in a trigger or procedures
> called by a trigger???
Received on Sun Feb 07 1999 - 18:13:08 CST

Original text of this message

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