Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> nologging for IOT
As it was recently discussed,
Insert /*+ append */ into <destination_table> select * from <source_table>
will produce minimum redo/undo if <destination_table> specified as "nologging".
But, what if <destination_table> is index-organized table? Is it possible to achieve the same results (in regards to amount of redo/undo)?
Igor Neyman, OCP DBA
ineyman_at_perceptron.com
--
Please see the official ORACLE-L FAQ: http://www.orafaq.net
--
Author: Igor Neyman
INET: ineyman_at_perceptron.com
Fat City Network Services -- 858-538-5051 http://www.fatcity.com San Diego, California -- Mailing list and web hosting services ---------------------------------------------------------------------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 Wed Nov 05 2003 - 07:59:41 CST
![]() |
![]() |