Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> if I call a plsql is there a commit?

if I call a plsql is there a commit?

From: Delio Nasso <daleanton_at_libero.it>
Date: Tue, 7 Mar 2006 15:44:03 +0000 (UTC)
Message-ID: <37eb2673c98d74318490d162dc8391bb.35030@mygate.mailgate.org>


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.ORG
Received on Tue Mar 07 2006 - 09:44:03 CST

Original text of this message

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