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: clear table fast ?

Re: clear table fast ?

From: varad acharya <vacharya.ford_at_e-mail.com>
Date: 1997/01/13
Message-ID: <32DA4B04.6FAF@e-mail.com>#1/1

axime wrote:
>
> Hi !
>
> I need to remove all (~100.000) rows from a (temporary) table.
> What is the fastest way to do this? Is it possible to do something like
> a 'modify to truncated' in Ingres, i.e. without logging the
> transactions?
>
> TIA,
> Uwe

Yes, Use the foll command.

TRUNCATE table <table_name>;

-- 

Regards,

Varad Acharya

 The above statements and opinions are my own and do not
 necessarily represent those of Ford Motor Company.
Received on Mon Jan 13 1997 - 00:00:00 CST

Original text of this message

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