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: Frank van Bortel <frank.van.bortel_at_gmail.com>
Date: Sun, 20 Nov 2005 13:26:12 +0100
Message-ID: <dlppeq$6tp$1@news1.zwoll1.ov.home.nl>


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.
>
> Thanks,
> Prasath.
>

I believe the same question was answered by Tom Kyte: http://asktom.oracle.com/pls/ask/f?p=4950:8:16775427798794822224::NO::F4950_P8_DISPLAYID,F4950_P8_CRITERIA:5033906925164 about 3 years ago.

Wrap up: don't delete, use CTAS.

-- 
Regards,
Frank van Bortel

Top-posting is one way to shut me up...
Received on Sun Nov 20 2005 - 06:26:12 CST

Original text of this message

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