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

Home -> Community -> Mailing Lists -> Oracle-L -> Re: Deletion Of 160 Million Rows.

Re: Deletion Of 160 Million Rows.

From: Sheldon Quinny <sheldonquinny_at_gmail.com>
Date: Tue, 8 Feb 2005 21:51:10 +0530
Message-ID: <109acacc05020808211289946c@mail.gmail.com>


Hi ,

Thank You For The Respose...
Great Place To Get Some Troubleshooting Queries Solved.... Every One Doing And Great Job, And Thanx For Putting In Ur Precious Time. Have An Nice Day.
Sheldon

On Tue, 08 Feb 2005 16:16:07 +0000, ryan_gaffuri_at_comcast.net <ryan_gaffuri_at_comcast.net> wrote:
> create table as nologging is the tried and true best way to do handle this. i believe its tom kytes recommended way of handling this also on asktom.
> -------------- Original message --------------
>
> > This depends on your application, but another way might be as follows:
> >
> > 1. Copy your table to another area.
> > 2. Truncate your original table (truncate is much faster without the =
> > undo
> > problem).
> > 3. Insert into the original table from the copy for the records you want
> > to keep.
>
> --
> http://www.freelists.org/webpage/oracle-l
>

--
http://www.freelists.org/webpage/oracle-l
Received on Tue Feb 08 2005 - 11:26:20 CST

Original text of this message

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