Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> truncate /*+append*/

truncate /*+append*/

From: <cpiodumpv_at_gmail.com>
Date: 2 Mar 2006 11:43:08 -0800
Message-ID: <1141328588.206530.61630@p10g2000cwp.googlegroups.com>


on 9ir2

say I have a table A and B. A contains 6 million records that need to be updated. This is in a data warehouse.

I want to.
truncate B.
alter table B nologging

insert /*+append*/ into B select < do update on A here>.

I understand that this will generate some redo but will it generate any UNDO? -thanx Received on Thu Mar 02 2006 - 13:43:08 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US