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: Minh Giang <mpg_at_fast.net>
Date: 1997/01/19
Message-ID: <01bc05ac$af223660$12df93cd@mpg>#1/1

From my exprience, truncate tables in oracle checks R.I., an even faster way to do it is to disable the R.I. first then truncate table.

-- 
Minh Giang
mpg_at_fast.net

Vijay Vardhineni <vardhineni_at_worldnet.att.net> wrote in article
<01bc023d$2a3f8dc0$9f6993cf_at_default>...

> you need to execute
> TRUNCATE TABLE owner.table_name;
>
> --
> Vijaya Kumar Vardhineni
> Certified Oracle DBA, EDS
> Plano, TX
>
> axime <axime_at_ipf.de> wrote in article <32D9F376.41C6_at_ipf.de>...
> > 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
> >
>
Received on Sun Jan 19 1997 - 00:00:00 CST

Original text of this message

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