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: Delete performance

Re: Delete performance

From: Kathinka Diehl <kathinka_at_rrr.de>
Date: Wed, 24 Nov 1999 12:36:28 +0100
Message-ID: <81giu2$1ofuh$1@fu-berlin.de>

Eric DUCHET <eric.duchet_at_free.fr> schrieb:

>

> What happens with my ITEM table ?
> Why does it take so long time for deleting ?
> How can i improve my delete ?

Two possibilities:

First: drop your indexes, then delete your table and at last create the indexes again.
Second: use truncate

HTH, Kathinka Received on Wed Nov 24 1999 - 05:36:28 CST

Original text of this message

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