Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: DROP COLUMN uses rollback?
"Stephen B" <stephen.bell_at_cgi.ca> wrote
>
> I didn't think a DDL statement would do this?
>
As far as i know, DDL statements do 'of course' use
rollback ( undo ) segments. Otherwise you would
be sure to have a corrupted database when the
instanve crashes while you are executing a long
running DDL statement.
DDLs only auto-commit all changes that were
successfully done.
( Which, by the way, i still do not fully understand
looking back to RDB, a DBAs life was a lot easier then, when you could change one table, then another, create an index, and when you were finished, aou could commit or rollback all the changes --> but these were the old days, stuck with Oracle for almost 10 years now and still not sure, if the decision to change to Oracle was a good one )
Peter Received on Wed Jun 05 2002 - 09:10:25 CDT
![]() |
![]() |