Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Undo after drop table...
Just to make a point to the OP too. You said you "commited a drop on a
table". However, you do know that issuing DDL (of which DROP TABLE is
a part) will automatically commit?
So if you do some DML (eg INSERT, UPDATE, DELETE) without committing but, before you issue a rollback you create or drop a table (or index or view or any such thing), any DML changes you made will be committed as well.
Sorry if you already knew this but your original message indicated (to me at least) that you didn't.
Cheers,
IM Received on Fri Nov 25 2005 - 09:57:15 CST
![]() |
![]() |