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 -> About partitioning and undo

About partitioning and undo

From: SR <stefano_at_despammed.com>
Date: 14 Oct 2005 03:54:15 -0700
Message-ID: <1129287255.486410.11770@g43g2000cwa.googlegroups.com>


Hello all,

I'm writing a rollover script for a partitioned table, that basically creates a new partition and deletes the oldest one. I thought I'd simply issue an "alter table drop partition" statement, but a colleague claims it's better to truncate before dropping to make it faster. Now, AFAIK the drop does not generate undo/redo info except for the dictionary bit, so I see no point in truncating before dropping. What do you think?

TIA Stefano Received on Fri Oct 14 2005 - 05:54:15 CDT

Original text of this message

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