Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: rollback use query
Hi Yosi,
>> I'd hate to argue with Anita, but I'm pretty sure that rollback
>> won't be used on CTAS, since it's ddl.
CTAS or any DDL for that matter *will* need to write to SYS tables - (UET$, FET$ in this simple case as it needs to preserve information about extents allocated, etc.) and this generates a small amount of redo.
Not that I'd argue with Anita anyway 8-)
John Kanagaraj
-- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: John Kanagaraj INET: john.kanagaraj_at_hds.com Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists -------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).Received on Mon Jun 11 2001 - 17:01:17 CDT