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

Home -> Community -> Usenet -> c.d.o.tools -> Commit

Commit

From: Ivica Dimjasevic <smokesoft_at_email.hinet.hr>
Date: Fri, 1 Jun 2001 00:04:14 +0200
Message-ID: <9f7ku0$2kcb$1@as201.hinet.hr>

Let I have two procedures:

create procedure proc1 is
begin
...

  proc2;
...

end;

create procedure proc2 is
begin
...

  commit;
end;

How to get proc2 to commit only changes made within proc2 and not to commit changes within proc1.

Thanks,
Ivica Received on Thu May 31 2001 - 17:04:14 CDT

Original text of this message

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