How about rollbacking ddl statement ?
453427Jul 7 2006 — edited Jul 7 2006As we all know , in sql server in a transaction , if the transaction is rolled back , then the ddl statement in the transaction is rolled back also . But in oralce , i try do this , and the result is that ddl can not be rolled back .