Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> Re: automatic extent allocation

Re: automatic extent allocation

From: Jonathan Lewis <jonathan_at_jlcomp.demon.co.uk>
Date: Fri, 7 Jan 2005 08:32:33 -0000
Message-ID: <006d01c4f493$72d6b4e0$6702a8c0@Primary>

In the first place, I would consider moving the object out of the current tablespace (or move everything else out of the tablespace) because it sounds like nothing else should be sharing that tablespace. (Consider the problem of recovering the entire tablespace because one of the other tables gets a corrupt block - if you can't take advantage of rman block level recovery).

Secondly, at 3GB per month, I would consider partitioning the table at something like one partition per month - thus making your question moot.

It sounds like your object is still using 64MB extents - it would be interesting to see if there is another step size when you hit a total of 64GB, or whether you keep going at 50 extents per month.

I suspect the problems you __might__ get from having 2,000 extents are much less significant than the problems you __might__ get if you have a 100GB segment by the end of next year.

Regards

Jonathan Lewis

http://www.jlcomp.demon.co.uk/faq/ind_faq.html The Co-operative Oracle Users' FAQ

http://www.jlcomp.demon.co.uk/seminar.html Public Appearances - schedule updated Dec 23rd 2004

Hi list,

We are on Solaris 9/Oracle 9i with locally managed tablespace. There is a huge tablespace in our database with many huge tables. The biggest table has a size of 60 GB. (Indexes are in a different tablespace)
And it has 1030 extents now, because we use automatic extent allocation.

Right now we do not have any issues. Do you recommend me to move it to its own tablespace with uniform extent allocation? At what point are we going to have issue? over 2000 extents? The table is growing at a rate of 3 GB / month.

TIA, Roger
This e-mail is intended solely for the person or entity to which it is addressed and may contain confidential and/or privileged information. Any review, dissemination, copying, printing or other use of this e-mail by persons or entities other than the addressee is prohibited. If you have received this e-mail in error, please contact the sender immediately and delete the material.



This email has been scanned for all viruses by the MessageLabs Email Security System. Any questions please call 972-721-8257 or email your request to tech_support_at_dp7uptx.com.
--

http://www.freelists.org/webpage/oracle-l

--

http://www.freelists.org/webpage/oracle-l Received on Fri Jan 07 2005 - 02:30:49 CST

Original text of this message

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