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: Table keeps growing inspite of purging

Re: Table keeps growing inspite of purging

From: Wayne Linton <lintonw_at_cadvision.com>
Date: 1997/11/26
Message-ID: <347CF6C1.2422@cadvision.com>#1/1

ORACLE's use and reuse of data blocks has not changed in a long time. I use V71523 and it behaves just fine as per pctfree and pctused. Perhaps there is a misunderstanding of what the question is.

ORACLE will reuse 'deleted' space in datablocks according to the pctfree and pctused parameters. See the Admin guide.

I routinely add (approx.) 100,000 new rows and delete 100,000 (7-month old) rows daily from each of 5-25+ million row tables. It works just fine. (My biggest concern is having to rebuild the indexes which as you can imagine get rather fragmented.)

-- 
Wayne Linton
lintonw_at_cadvision.com
Received on Wed Nov 26 1997 - 00:00:00 CST

Original text of this message

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