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 without rollback

Re: Delete without rollback

From: Mark Powell <Mark.Powell_at_eds.com>
Date: 19 May 1998 18:28:22 GMT
Message-ID: <01bd8354$aff06220$a12c6394@J00679271.ddc.eds.com>


The command you want is called 'truncate' You must be the owner or have 'delete any table' privilege.

x <x_at_x.com> wrote in article <355E1903.28A0_at_worldnet.att.com>...
> Could some on please help me with.
>
> I need to delete 100000 rows from a very large
> table in a SQL*Plus session.
>
> Is there a way to disable the rollback feature so
> that the delete will be faster.
>
> I am looking for something similar to UNRECOVERABLE in
>
> "create table test1 UNRECOVERABLE as
> select * from test"
>
> Thanks
>
Received on Tue May 19 1998 - 13:28:22 CDT

Original text of this message

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