Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> if I call a plsql is there a commit?
Hi,
excuse me for the simplicity of the question but I'm a beginner..
I have seen somethings similar in this forum.
If i have a procedure plsql that calls an other one like this:
CREATE OR REPLACE PROCEDURE p1
as
begin
p2();
p3();
...
end;
After p2 is there a commit or it is after end? Thanks in advance!
-- Posted via Mailgate.ORG Server - http://www.Mailgate.ORGReceived on Tue Mar 07 2006 - 09:44:03 CST
![]() |
![]() |