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 -> Implicit Commit...pls remind me.

Implicit Commit...pls remind me.

From: R Chin <rchin_at_panix.com>
Date: Fri, 3 May 2002 17:02:21 -0400
Message-ID: <aautpc$mr$1@reader1.panix.com>


Someone please remind me.....

8.1.7/AIX If I am in the middle of a lengthy transaction (PL/SQL) like..

procedure MAIN
is
begin

  proc_1;
  proc_2;
  proc_3;

  ........
end;

executing MAIN in SQL+...
If the client (windoz) crashes on me....am I gonna get an implicit commit ? What if I run each proc separately, one at a time....then crash....?

Thanks
Rob Received on Fri May 03 2002 - 16:02:21 CDT

Original text of this message

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