dbTalk Databases Forums  

Re: Insufficient storage of the table data

comp.databases.oracle.tools comp.databases.oracle.tools


Discuss Re: Insufficient storage of the table data in the comp.databases.oracle.tools forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Sybrand Bakker
 
Posts: n/a

Default Re: Insufficient storage of the table data - 07-28-2003 , 04:29 PM






On 28 Jul 2003 13:38:14 -0700, tcny2k (AT) yahoo (DOT) com (tcny2k) wrote:

Quote:
To all DBA experts,

Recently, I did a query on the DBA_SEGMENTS for a specific table and
the result showing that 588 extents for that table. The retired DBA
told me that it's a major concern because it should not pass the
recomments extents (which is 20).

I was looking for any kind of documents that talks about this but I am
out of luck. All I can find is pros and cons between large and small
extents.

Would someone out there help me with this? Would a table with 588
extents
be a big concern? Where can find that information?

This is the query that I used:
SELECT * from dba_segments where segment_name='HARVERSIONDATA'

SUBSTR(SEGMENT_NAM SUBSTR(TABL BYTES BLOCKS EXTENTS
INITIAL_EXTENT NEXT_EXTENT PCT_INCREASE
------------------ ----------- --------- --------- ---------
-------------- ----------- ------------
HARVERSIONDATA HARVESTBLOB 18477056 4511 588
11255808 12288 0

Thanks in advance.

The number of extents really doesn't matter. However, even when you
don't use Locally Managed Tablespaces (and it looks like you don't)
the initial and next extent preferably should be the same. That said,
a next extent of 12k is ridiculous as Oracle will never read more than
one extent at a time, and most O/Ses are capable of reading at least
64k with one I/O request


Sybrand Bakker, Senior Oracle DBA

To reply remove -verwijderdit from my e-mail address


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.