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

Home -> Community -> Usenet -> c.d.o.server -> Re: No rollback

Re: No rollback

From: astalavista <nobody_at_nowhere.com>
Date: Sat, 21 Jul 2007 10:37:28 +0200
Message-ID: <46a1c5c8$0$25930$426a74cc@news.free.fr>


> Not able to look over your shoulder and read your code I haven't the
> slightest idea in the world. Perhaps your code contains the keyword
> COMMIT. Or perhaps you didn't kill the session, but rather killed the
> client and the procedure completed. Who can say?
>
> Next post include enough information that someone can help you.

Thanks, th code was
1 begin
  2 for i in 1..10000000
  3 loop
  4 insert into big values (i, 'titi');   5 end loop;
  6* end;
SQL> / no commit at all
the session was killed Received on Sat Jul 21 2007 - 03:37:28 CDT

Original text of this message

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