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: Question regarding deleting data.

Re: Question regarding deleting data.

From: osy45 <member18536_at_dbforums.com>
Date: 7 May 2003 18:27:23 GMT
Message-ID: <2851354.1052332481@dbforums.com>

suggesting the deletes are correctly made, but you don't have any influence on the extents that are made by the various inserts. if you have dictionary tablespace ether or locally managed. Orcale is building it's b*trees allocating and using extents.

I figured out that only large deletions of rows are showing up dropping extents.

if you have some tool like toad it may show you the the used bytes on the disk for a specific table and for dictionary managed tablespaces it seems quite chaotic .........

after deleting a portion of data it`s result is not obviously a continous extent!

--
Posted via http://dbforums.com
Received on Wed May 07 2003 - 13:27:23 CDT

Original text of this message

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