Skip to Main Content

APEX

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!

How the Auto Commit works in APEX

DeepakJNov 27 2009 — edited Nov 28 2009
Hi,

I have a PL\SQL Process which consist of suppose insert / update / delete statements.
insert into emp ()
values ()

update emp
set

delete from emp
where empno = 
Just want to know..when apex do the Auto Commit..I mean after each DML operation.

Thanks,
Deepak
This post has been answered by 438381 on Nov 27 2009
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Dec 26 2009
Added on Nov 27 2009
7 comments
2,557 views