Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

cannot COMMIT in a trigger

499807Mar 21 2006 — edited Jun 27 2007
hi,

im getting the following error if I try to commit with in the trigger.

ORA-04092: cannot COMMIT in a trigger


Then i tried this way.....

create or replace procedure com
as
begin
commit;
end;

Still didn;t work. same error.

can any one have a solution.
THNX
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 25 2007
Added on Mar 21 2006
22 comments
30,660 views