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 -> The ROLLBACK don't cancel instructions

The ROLLBACK don't cancel instructions

From: Ben-oui <aslamette_at_free.fr>
Date: Thu, 06 Sep 2001 08:48:24 GMT
Message-ID: <sLGl7.3680$_M3.4388988@nnrp5.proxad.net>


I have a script :

set autocommit off;
drop table pcomessaisuite;
commit;
set transaction read write;
create table pcomessaisuite (toto varchar(5)); alter table pcomessaisuite add toto3 varchar(6); rollback;
describe pcomessaisuite;

Normally the table ESSAISUITE wouldn't create and an error would be create on last line. But Oracle create the table in spite of the ROLLBACK.

Can you help me ?

Thank. Received on Thu Sep 06 2001 - 03:48:24 CDT

Original text of this message

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