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: Select are slow after delete command

Re: Select are slow after delete command

From: <michael_bialik_at_my-deja.com>
Date: Fri, 30 Jul 1999 18:41:18 GMT
Message-ID: <7nsrkb$rgv$1@nnrp1.deja.com>


Hi.

 If you delete all rows in your table then use   TRUNCATE TABLE commend instead of delete,  otherwise you will have to reorganize your table  ( EXPOPRT/IMPORT, etc. ).
 Anyway - check SELECT statement for FULL table access.

 Good luck. Michael.

In article <7ns7kt$ugi$1_at_ns.felk.cvut.cz>,   "Břetislav Černík" <xcernikb_at_hwlab.felk.cvut.cz> wrote:
> Hello
> I found the folowing trouble.
> When I delete many rows in table, the select works as slow as there
are all
> rows.
> Are there any way, how can I clean table without drop table?
>
> Bretislav Cernik
> xcernikb_at_hwlab.felk.cvut.cz
>
>

Sent via Deja.com http://www.deja.com/
Share what you know. Learn what you don't. Received on Fri Jul 30 1999 - 13:41:18 CDT

Original text of this message

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