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: Speeding up deletes

Re: Speeding up deletes

From: Arthur Langham <alangham_at_insync.net>
Date: Tue, 13 Oct 1998 09:29:47 -0700
Message-ID: <fcLU1.108$uf1.2732739@insync>


Sorry, forgot to mention:

delete from table_name where table_field = some_criteria;

Arthur Langham wrote in message ...
>I need to speed up deletes. I'm looking into not logging the transaction (I
>don't care if I can rollback), though I don't know if this is possible. Any
>suggestions?
>
>
Received on Tue Oct 13 1998 - 11:29:47 CDT

Original text of this message

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