Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: No rollback
> 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
![]() |
![]() |