Thread
-
Re: [HACKERS] DROP TABLE inside transaction block
Zeugswetter Andreas <andreas.zeugswetter@telecom.at> — 1999-09-07T07:26:24Z
>> In short, a lot of work for a very marginal feature. How many other >> DBMSes permit DROP TABLE to be rolled back? How many users care? > > Oracle auto-commits current in-progress transaction before > execution of any DDL statement and executes such statements in > separate transaction. Informix does allow rollback of ddl statements. Andreas