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 -> Delete fast

Delete fast

From: jmartin <jorge.jose.martin_at_cgi.com>
Date: 27 Jun 2006 04:25:24 -0700
Message-ID: <1151407524.239149.92550@b68g2000cwa.googlegroups.com>


Hi,

I have a table where I have to delete millions of records. Is threre any hint or trick to delete them faster?

I have thought to do before

ALTER TABLE mytable NOLOGGING;

and after de delete to restore to LOGGING.

Any clue.

Thanks in advance, Received on Tue Jun 27 2006 - 06:25:24 CDT

Original text of this message

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