Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: Delete no rollback

Re: Delete no rollback

From: Martin Doherty <martin.doherty_at_oracle.com>
Date: Tue, 01 Oct 2002 02:19:36 -0700
Message-ID: <3D9968A7.353F5E8B@oracle.com>


Miko,

English usage hint: instead of saying 'query' as in 'DELETE query', 'INSERT query', it is better to use the word 'statement' or 'operation'. The word 'query' means data retrieval using the SELECT statement.

If you want to delete all the rows from a particular table, you could use the DDL statement 'TRUNCATE TABLE' which does not use rollback.

Martin Doherty

Miko wrote:

> Can I make a delete query with no rollback?
> I would like to delete 1,000,000 records from my DB but after running
> the delete query my DB returns an error about the rollback.
> I don't want to increase the rollback because I don't want this query
> to rollback.
> Can anyone help me?
>
> Thanks,
> Miko


Received on Tue Oct 01 2002 - 04:19:36 CDT

Original text of this message

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