| Oracle FAQ | Your Portal to the Oracle Knowledge Grid | |
|  |  | |||
Home -> Community -> Usenet -> c.d.o.server -> Re: COMMIT in a trigger?
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
|  |  |