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: Auto Extend On, Increment By

RE: Auto Extend On, Increment By

From: Allen, Brandon <Brandon.Allen_at_OneNeck.com>
Date: Fri, 16 Mar 2007 08:44:23 -0700
Message-ID: <04DDF147ED3A0D42B48A48A18D574C45071FD7F3@NT15.oneneck.corp>


This is what I do:

*

        Autoextend on
*

        Next size should be something moderate to prevent frequent space allocation penalties, but not too large to the point where it would cause a very significant space allocation penalty (e.g. 1+ minutes) for the unfortunate user that adds a row and requires another extent. I usually go with something around 64MB, but it's all relative and there is obviously no "right" answer to this one
*

        Maxsize should pretty much always be set with autoextend to prevent the tablespaces from growing out of control and filling up the filesystem
*

        Monitoring should still be in place - autoextend should not be a replacement for monitoring, it should just be used to prevent the mundane maintenance of adding space to tablespaces and getting calls in the middle of the night when some rare event occurs that requires more space than your normal growth trend predicted.

Regards,
Brandon  

Privileged/Confidential Information may be contained in this message or attachments hereto. Please advise immediately if you or your employer do not consent to Internet email for messages of this kind. Opinions, conclusions and other information in this message that do not relate to the official business of this company shall be understood as neither given nor endorsed by it.

--
http://www.freelists.org/webpage/oracle-l
Received on Fri Mar 16 2007 - 10:44:23 CDT

Original text of this message

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