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 -> Re: No logging during delete

Re: No logging during delete

From: Lothar Armbruester <lothar.armbruester_at_t-online.de>
Date: Wed, 16 Nov 2005 18:43:08 +0100
Message-ID: <PM000405B23CBA7162@hades.none.local>


prasath.rao_at_gmail.com wrote:
> Hi,
>
> I am interested in knowing how to delete millions of records
> periodically from a table efficiently.
>
> Can we use the nologging option on the table?
>
> I am NOT looking for solutions which copy the records across a
> temporary table, truncating the original table, renaming etc.
>

Maybe you should consider partitioning your table. If you just have local indexes on the table you can truncate a partition without affecting the rest of it.

Hope that helps,
Lothar

-- 
Lothar Armbrüster       | la_at_oktagramm.de
Hauptstr. 26            | la_at_heptagramm.de
D-65346 Eltville        | lothar.armbruester_at_t-online.de
Received on Wed Nov 16 2005 - 11:43:08 CST

Original text of this message

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