Received: (qmail 17807 invoked from network); 3 Mar 2011 13:56:27 -0600
Received: from freelists-180.iquest.net (HELO turing.freelists.org) (206.53.239.180)
  by static-ip-85-25-126-90.inaddr.intergenia.de with SMTP; 3 Mar 2011 13:56:02 -0600
Received: from localhost (localhost [127.0.0.1])
 by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTP id EA4DDDAA0C6;
 Thu,  3 Mar 2011 14:54:24 -0500 (EST)
DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=freelists.org;
 s=turing; t=1299182064; bh=ZDW/byDrUBR+kzIwngI0doBE4OoRjEV1a2/ORKUH
 H7I=; h=From:To:Subject:Date:Message-ID:References:In-Reply-To:
	 Content-Type:MIME-Version:Sender:Reply-To:List-help:
	 List-unsubscribe:List-Id:List-subscribe:List-owner:List-post:
	 List-archive; b=XRU3v2uTtc8gIFgi7Yd/qxKWWAVRTXgrTTVDj+Ooruc9l0lyBy
 SeFl6HI4OUEA8XPXsod48SqFp2xzey7U7Y3yNiJ7uuj9170dG79M96A6mz/UPl5mhYo
 wPXqJlPGC8sHUq3bsNv4roZXsFXc0/GIgrr8xUaz6vTK9MRXfm8ESc=
X-Virus-Scanned: Debian amavisd-new at localhost.localdomain
Received: from turing.freelists.org ([127.0.0.1])
 by localhost (turing.freelists.org [127.0.0.1]) (amavisd-new, port 10024)
 with ESMTP id 773OuJE9JMdc; Thu,  3 Mar 2011 14:54:24 -0500 (EST)
Received: from turing.freelists.org (localhost [127.0.0.1])
 by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTP id 7FB5DDA8F38;
 Thu,  3 Mar 2011 14:53:41 -0500 (EST)
Received: with ECARTIS (v1.0.0; list oracle-l); Thu, 03 Mar 2011 14:52:59 -0500 (EST)
Received: from localhost (localhost [127.0.0.1])	by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTP id 58300DAAF26	for <oracle-l@freelists.org>; Thu,  3 Mar 2011 14:52:59 -0500 (EST)
Received: from turing.freelists.org ([127.0.0.1])	by localhost (turing.freelists.org [127.0.0.1]) (amavisd-new, port 10024)	with ESMTP id vcs4p3l30vYK for <oracle-l@freelists.org>;	Thu,  3 Mar 2011 14:52:59 -0500 (EST)
Received: from webmail3.micros.com (usmail2k10cas2.micros.com [63.163.61.227])	by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTP id 642ECDAAE5D	for <oracle-l@freelists.org>; Thu,  3 Mar 2011 14:52:56 -0500 (EST)
Received: from USMAIL2K10-01.us.Micros.int ([::1]) by USMAIL2K10CAS2.us.micros.int ([::1]) with mapi id 14.01.0270.001; Thu, 3 Mar 2011 14:52:52 -0500
From: "Uzzell, Stephan" <SUzzell@MICROS.COM>
To: "'Thomas.Mercadante@labor.ny.gov'" <Thomas.Mercadante@labor.ny.gov>,	"pdba1966@hotmail.com" <pdba1966@hotmail.com>, "oracle-l@freelists.org"	<oracle-l@freelists.org>
Subject: RE: maxextents
Thread-Topic: maxextents
Date: Thu, 3 Mar 2011 19:52:51 +0000
Message-ID: <DF78EADE484D37419A53F5C898629DB7017B92@USMAIL2K10-01.us.micros.int>
References: <SNT115-W3792D6215341ACC9C50339D0C30@phx.gbl> <SNT115-W434679736DB8E82394BDC8D0C30@phx.gbl> <AD4532B304E00C4F9AEFA0D338DF7DD1EB6F7A7B@excnysm95banp.nysemail.nyenet>
In-Reply-To: <AD4532B304E00C4F9AEFA0D338DF7DD1EB6F7A7B@excnysm95banp.nysemail.nyenet>
Accept-Language: en-US
Content-Language: en-US
X-MS-Has-Attach:
X-MS-TNEF-Correlator:
x-originating-ip: [65.173.246.250]
Content-Type: multipart/alternative; boundary="_000_DF78EADE484D37419A53F5C898629DB7017B92USMAIL2K1001usmic_"
MIME-Version: 1.0
X-archive-position: 34821
X-ecartis-version: Ecartis v1.0.0
Sender: oracle-l-bounce@freelists.org
Errors-to: oracle-l-bounce@freelists.org
X-original-sender: SUzzell@MICROS.COM
Precedence: normal
Reply-To: SUzzell@MICROS.COM
List-help: <mailto:ecartis@freelists.org?Subject=help>
List-unsubscribe: <oracle-l-request@freelists.org?Subject=unsubscribe>
List-software: Ecartis version 1.0.0
List-Id: oracle-l <oracle-l.freelists.org>
X-List-ID: oracle-l <oracle-l.freelists.org>
List-subscribe: <oracle-l-request@freelists.org?Subject=subscribe>
List-owner: <mailto:steve.adams@ixora.com.au>
List-post: <mailto:oracle-l@freelists.org>
List-archive: <http://www.freelists.org/archives/oracle-l>
X-list: oracle-l
--_000_DF78EADE484D37419A53F5C898629DB7017B92USMAIL2K1001usmic_
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

PD,

Say you add a datafile:

alter tablespace blah add datafile 'd:\oracle\oradata\blah02.dbf' size 100m=
 autoextend on next 50m maxsize 300m; -- just to match Tom's numbers

At this point the datafile is 100M, maxsize is 300M.

Then you decide that's not large enough:

Alter datafile 'd:\oracle\oradata\blah02.dbf' resize 500m;

Presto - you have a datafile whose size exceeds the maxsize.

Does that help?

Stephan Uzzell

From: oracle-l-bounce@freelists.org [mailto:oracle-l-bounce@freelists.org] =
On Behalf Of Mercadante, Thomas F (LABOR)
Sent: Thursday, 03 March, 2011 14:44
To: pdba1966@hotmail.com; oracle-l@freelists.org
Subject: RE: maxextents

PD,

Well I'm confused about your question.

For a physical data file, you can set the maximum file size to a specific s=
ize.
You can also set the increment for the file that tells Oracle how much to g=
row the file by if it runs out of room.

So if a file is 100M and you tell Oracle to increment it by 50M up to 300M =
and a table is growing in that tablespace/file, and you reach the 100M usag=
e point, Oracle will allocate another 50M to the physical file growing it t=
o 150M.
This can happen a couple of times until the file reaches 300M.  Oracle will=
 then not automatically grow the file any more.

Does this answer your question?

Tom


From: oracle-l-bounce@freelists.org [mailto:oracle-l-bounce@freelists.org] =
On Behalf Of P D
Sent: Thursday, March 03, 2011 2:20 PM
To: oracle-l@freelists.org
Subject: RE: maxextents

FYI - Blocksize=3D8192.     Using auto allocate versus uniform.



________________________________
From: pdba1966@hotmail.com
To: oracle-l@freelists.org
Subject: maxextents
Date: Thu, 3 Mar 2011 13:34:58 -0500
I am still confused by maxextents on a datafile and the more documentation =
and websites that I read the more confused that I get.

If I have autoextend ON with NEXT set to 16384K then I understand that each=
 time it has to extend it will extend in 16384K chunks.

However, does maxsize value mean it will continue to allocate in those 1638=
4K chunks until the total of those chunks reaches the size identified by ma=
xsize?   It doesn't mean that maxextent is the total size the datafile can =
ever be (correct?) because I have some datafiles that are currently larger =
than their maxtent size...

If you have NEXT set to 16384K, is there a recommendation of what size maxe=
xtents should be or is it just whatever you want to put it at?    For examp=
le, does it need to be a multiple of block size or next extent, etc.

When I use OEM and try and set Maximum Size to Unlimited and hit apply, it =
doesn't show up with the Unlimited bullet highlighted.   Instead it shows u=
p as Value=3D32767MB.   Why is that?   Is 32GB the largest a datafile is ev=
er supposed to be?

This is 11.1.0.7 on RHEL5.

--_000_DF78EADE484D37419A53F5C898629DB7017B92USMAIL2K1001usmic_
Content-Type: text/html; charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<html xmlns:v=3D"urn:schemas-microsoft-com:vml" xmlns:o=3D"urn:schemas-micr=
osoft-com:office:office" xmlns:w=3D"urn:schemas-microsoft-com:office:word" =
xmlns:x=3D"urn:schemas-microsoft-com:office:excel" xmlns:p=3D"urn:schemas-m=
icrosoft-com:office:powerpoint" xmlns:a=3D"urn:schemas-microsoft-com:office=
:access" xmlns:dt=3D"uuid:C2F41010-65B3-11d1-A29F-00AA00C14882" xmlns:s=3D"=
uuid:BDC6E3F0-6DA3-11d1-A2A3-00AA00C14882" xmlns:rs=3D"urn:schemas-microsof=
t-com:rowset" xmlns:z=3D"#RowsetSchema" xmlns:b=3D"urn:schemas-microsoft-co=
m:office:publisher" xmlns:ss=3D"urn:schemas-microsoft-com:office:spreadshee=
t" xmlns:c=3D"urn:schemas-microsoft-com:office:component:spreadsheet" xmlns=
:odc=3D"urn:schemas-microsoft-com:office:odc" xmlns:oa=3D"urn:schemas-micro=
soft-com:office:activation" xmlns:html=3D"http://www.w3.org/TR/REC-html40" =
xmlns:q=3D"http://schemas.xmlsoap.org/soap/envelope/" xmlns:rtc=3D"http://m=
icrosoft.com/officenet/conferencing" xmlns:D=3D"DAV:" xmlns:Repl=3D"http://=
schemas.microsoft.com/repl/" xmlns:mt=3D"http://schemas.microsoft.com/share=
point/soap/meetings/" xmlns:x2=3D"http://schemas.microsoft.com/office/excel=
/2003/xml" xmlns:ppda=3D"http://www.passport.com/NameSpace.xsd" xmlns:ois=
=3D"http://schemas.microsoft.com/sharepoint/soap/ois/" xmlns:dir=3D"http://=
schemas.microsoft.com/sharepoint/soap/directory/" xmlns:ds=3D"http://www.w3=
.org/2000/09/xmldsig#" xmlns:dsp=3D"http://schemas.microsoft.com/sharepoint=
/dsp" xmlns:udc=3D"http://schemas.microsoft.com/data/udc" xmlns:xsd=3D"http=
://www.w3.org/2001/XMLSchema" xmlns:sub=3D"http://schemas.microsoft.com/sha=
repoint/soap/2002/1/alerts/" xmlns:ec=3D"http://www.w3.org/2001/04/xmlenc#"=
 xmlns:sp=3D"http://schemas.microsoft.com/sharepoint/" xmlns:sps=3D"http://=
schemas.microsoft.com/sharepoint/soap/" xmlns:xsi=3D"http://www.w3.org/2001=
/XMLSchema-instance" xmlns:udcs=3D"http://schemas.microsoft.com/data/udc/so=
ap" xmlns:udcxf=3D"http://schemas.microsoft.com/data/udc/xmlfile" xmlns:udc=
p2p=3D"http://schemas.microsoft.com/data/udc/parttopart" xmlns:wf=3D"http:/=
/schemas.microsoft.com/sharepoint/soap/workflow/" xmlns:dsss=3D"http://sche=
mas.microsoft.com/office/2006/digsig-setup" xmlns:dssi=3D"http://schemas.mi=
crosoft.com/office/2006/digsig" xmlns:mdssi=3D"http://schemas.openxmlformat=
s.org/package/2006/digital-signature" xmlns:mver=3D"http://schemas.openxmlf=
ormats.org/markup-compatibility/2006" xmlns:m=3D"http://schemas.microsoft.c=
om/office/2004/12/omml" xmlns:mrels=3D"http://schemas.openxmlformats.org/pa=
ckage/2006/relationships" xmlns:spwp=3D"http://microsoft.com/sharepoint/web=
partpages" xmlns:ex12t=3D"http://schemas.microsoft.com/exchange/services/20=
06/types" xmlns:ex12m=3D"http://schemas.microsoft.com/exchange/services/200=
6/messages" xmlns:pptsl=3D"http://schemas.microsoft.com/sharepoint/soap/Sli=
deLibrary/" xmlns:spsl=3D"http://microsoft.com/webservices/SharePointPortal=
Server/PublishedLinksService" xmlns:Z=3D"urn:schemas-microsoft-com:" xmlns:=
st=3D"&#1;" xmlns=3D"http://www.w3.org/TR/REC-html40">
<head>
<meta http-equiv=3D"Content-Type" content=3D"text/html; charset=3Dus-ascii"=
>
<meta name=3D"Generator" content=3D"Microsoft Word 12 (filtered medium)">
<!--[if !mso]><style>v\:* {behavior:url(#default#VML);}
o\:* {behavior:url(#default#VML);}
w\:* {behavior:url(#default#VML);}
.shape {behavior:url(#default#VML);}
</style><![endif]--><style><!--
/* Font Definitions */
@font-face
	{font-family:"Cambria Math";
	panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
	{font-family:Calibri;
	panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
	{font-family:Tahoma;
	panose-1:2 11 6 4 3 5 4 4 2 4;}
@font-face
	{font-family:Verdana;
	panose-1:2 11 6 4 3 5 4 4 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
	{margin:0in;
	margin-bottom:.0001pt;
	font-size:12.0pt;
	font-family:"Times New Roman","serif";}
a:link, span.MsoHyperlink
	{mso-style-priority:99;
	color:blue;
	text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
	{mso-style-priority:99;
	color:purple;
	text-decoration:underline;}
p
	{mso-style-priority:99;
	mso-margin-top-alt:auto;
	margin-right:0in;
	mso-margin-bottom-alt:auto;
	margin-left:0in;
	font-size:12.0pt;
	font-family:"Times New Roman","serif";}
span.EmailStyle18
	{mso-style-type:personal;
	font-family:"Calibri","sans-serif";
	color:#1F497D;}
span.EmailStyle19
	{mso-style-type:personal-reply;
	font-family:"Calibri","sans-serif";
	color:#1F497D;}
.MsoChpDefault
	{mso-style-type:export-only;
	font-size:10.0pt;}
@page WordSection1
	{size:8.5in 11.0in;
	margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
	{page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext=3D"edit" spidmax=3D"1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext=3D"edit">
<o:idmap v:ext=3D"edit" data=3D"1" />
</o:shapelayout></xml><![endif]-->
</head>
<body lang=3D"EN-US" link=3D"blue" vlink=3D"purple">
<div class=3D"WordSection1">
<p class=3D"MsoNormal"><span style=3D"font-size:11.0pt;font-family:&quot;Ca=
libri&quot;,&quot;sans-serif&quot;;color:#1F497D">PD,<o:p></o:p></span></p>
<p class=3D"MsoNormal"><span style=3D"font-size:11.0pt;font-family:&quot;Ca=
libri&quot;,&quot;sans-serif&quot;;color:#1F497D"><o:p>&nbsp;</o:p></span><=
/p>
<p class=3D"MsoNormal"><span style=3D"font-size:11.0pt;font-family:&quot;Ca=
libri&quot;,&quot;sans-serif&quot;;color:#1F497D">Say you add a datafile:<o=
:p></o:p></span></p>
<p class=3D"MsoNormal"><span style=3D"font-size:11.0pt;font-family:&quot;Ca=
libri&quot;,&quot;sans-serif&quot;;color:#1F497D"><o:p>&nbsp;</o:p></span><=
/p>
<p class=3D"MsoNormal"><span style=3D"font-size:11.0pt;font-family:&quot;Ca=
libri&quot;,&quot;sans-serif&quot;;color:#1F497D">alter tablespace blah add=
 datafile &#8216;d:\oracle\oradata\blah02.dbf&#8217; size 100m autoextend o=
n next 50m maxsize 300m; -- just to match Tom&#8217;s numbers<o:p></o:p></s=
pan></p>
<p class=3D"MsoNormal"><span style=3D"font-size:11.0pt;font-family:&quot;Ca=
libri&quot;,&quot;sans-serif&quot;;color:#1F497D"><o:p>&nbsp;</o:p></span><=
/p>
<p class=3D"MsoNormal"><span style=3D"font-size:11.0pt;font-family:&quot;Ca=
libri&quot;,&quot;sans-serif&quot;;color:#1F497D">At this point the datafil=
e is 100M, maxsize is 300M.<o:p></o:p></span></p>
<p class=3D"MsoNormal"><span style=3D"font-size:11.0pt;font-family:&quot;Ca=
libri&quot;,&quot;sans-serif&quot;;color:#1F497D"><o:p>&nbsp;</o:p></span><=
/p>
<p class=3D"MsoNormal"><span style=3D"font-size:11.0pt;font-family:&quot;Ca=
libri&quot;,&quot;sans-serif&quot;;color:#1F497D">Then you decide that&#821=
7;s not large enough:<o:p></o:p></span></p>
<p class=3D"MsoNormal"><span style=3D"font-size:11.0pt;font-family:&quot;Ca=
libri&quot;,&quot;sans-serif&quot;;color:#1F497D"><o:p>&nbsp;</o:p></span><=
/p>
<p class=3D"MsoNormal"><span style=3D"font-size:11.0pt;font-family:&quot;Ca=
libri&quot;,&quot;sans-serif&quot;;color:#1F497D">Alter datafile &#8216;d:\=
oracle\oradata\blah02.dbf&#8217; resize 500m;<o:p></o:p></span></p>
<p class=3D"MsoNormal"><span style=3D"font-size:11.0pt;font-family:&quot;Ca=
libri&quot;,&quot;sans-serif&quot;;color:#1F497D"><o:p>&nbsp;</o:p></span><=
/p>
<p class=3D"MsoNormal"><span style=3D"font-size:11.0pt;font-family:&quot;Ca=
libri&quot;,&quot;sans-serif&quot;;color:#1F497D">Presto &#8211; you have a=
 datafile whose size exceeds the maxsize.<o:p></o:p></span></p>
<p class=3D"MsoNormal"><span style=3D"font-size:11.0pt;font-family:&quot;Ca=
libri&quot;,&quot;sans-serif&quot;;color:#1F497D"><o:p>&nbsp;</o:p></span><=
/p>
<p class=3D"MsoNormal"><span style=3D"font-size:11.0pt;font-family:&quot;Ca=
libri&quot;,&quot;sans-serif&quot;;color:#1F497D">Does that help?<o:p></o:p=
></span></p>
<p class=3D"MsoNormal"><span style=3D"font-size:11.0pt;font-family:&quot;Ca=
libri&quot;,&quot;sans-serif&quot;;color:#1F497D"><o:p>&nbsp;</o:p></span><=
/p>
<div>
<p class=3D"MsoNormal"><b><span style=3D"font-size:7.5pt;font-family:&quot;=
Verdana&quot;,&quot;sans-serif&quot;;color:#333399">Stephan Uzzell</span></=
b><span style=3D"font-size:11.0pt;font-family:&quot;Calibri&quot;,&quot;san=
s-serif&quot;;color:#1F497D"><o:p></o:p></span></p>
</div>
<p class=3D"MsoNormal"><span style=3D"font-size:11.0pt;font-family:&quot;Ca=
libri&quot;,&quot;sans-serif&quot;;color:#1F497D"><o:p>&nbsp;</o:p></span><=
/p>
<div>
<div style=3D"border:none;border-top:solid #B5C4DF 1.0pt;padding:3.0pt 0in =
0in 0in">
<p class=3D"MsoNormal"><b><span style=3D"font-size:10.0pt;font-family:&quot=
;Tahoma&quot;,&quot;sans-serif&quot;">From:</span></b><span style=3D"font-s=
ize:10.0pt;font-family:&quot;Tahoma&quot;,&quot;sans-serif&quot;"> oracle-l=
-bounce@freelists.org [mailto:oracle-l-bounce@freelists.org]
<b>On Behalf Of </b>Mercadante, Thomas F (LABOR)<br>
<b>Sent:</b> Thursday, 03 March, 2011 14:44<br>
<b>To:</b> pdba1966@hotmail.com; oracle-l@freelists.org<br>
<b>Subject:</b> RE: maxextents<o:p></o:p></span></p>
</div>
</div>
<p class=3D"MsoNormal"><o:p>&nbsp;</o:p></p>
<p class=3D"MsoNormal"><span style=3D"font-size:11.0pt;font-family:&quot;Ca=
libri&quot;,&quot;sans-serif&quot;;color:#1F497D">PD,<o:p></o:p></span></p>
<p class=3D"MsoNormal"><span style=3D"font-size:11.0pt;font-family:&quot;Ca=
libri&quot;,&quot;sans-serif&quot;;color:#1F497D"><br>
Well I&#8217;m confused about your question.<o:p></o:p></span></p>
<p class=3D"MsoNormal"><span style=3D"font-size:11.0pt;font-family:&quot;Ca=
libri&quot;,&quot;sans-serif&quot;;color:#1F497D"><br>
For a physical data file, you can set the maximum file size to a specific s=
ize.<o:p></o:p></span></p>
<p class=3D"MsoNormal"><span style=3D"font-size:11.0pt;font-family:&quot;Ca=
libri&quot;,&quot;sans-serif&quot;;color:#1F497D">You can also set the incr=
ement for the file that tells Oracle how much to grow the file by if it run=
s out of room.<o:p></o:p></span></p>
<p class=3D"MsoNormal"><span style=3D"font-size:11.0pt;font-family:&quot;Ca=
libri&quot;,&quot;sans-serif&quot;;color:#1F497D"><o:p>&nbsp;</o:p></span><=
/p>
<p class=3D"MsoNormal"><span style=3D"font-size:11.0pt;font-family:&quot;Ca=
libri&quot;,&quot;sans-serif&quot;;color:#1F497D">So if a file is 100M and =
you tell Oracle to increment it by 50M up to 300M and a table is growing in=
 that tablespace/file, and you reach the 100M usage point,
 Oracle will allocate another 50M to the physical file growing it to 150M.<=
o:p></o:p></span></p>
<p class=3D"MsoNormal"><span style=3D"font-size:11.0pt;font-family:&quot;Ca=
libri&quot;,&quot;sans-serif&quot;;color:#1F497D">This can happen a couple =
of times until the file reaches 300M.&nbsp; Oracle will then not automatica=
lly grow the file any more.<o:p></o:p></span></p>
<p class=3D"MsoNormal"><span style=3D"font-size:11.0pt;font-family:&quot;Ca=
libri&quot;,&quot;sans-serif&quot;;color:#1F497D"><o:p>&nbsp;</o:p></span><=
/p>
<p class=3D"MsoNormal"><span style=3D"font-size:11.0pt;font-family:&quot;Ca=
libri&quot;,&quot;sans-serif&quot;;color:#1F497D">Does this answer your que=
stion?<o:p></o:p></span></p>
<p class=3D"MsoNormal"><span style=3D"font-size:11.0pt;font-family:&quot;Ca=
libri&quot;,&quot;sans-serif&quot;;color:#1F497D"><br>
Tom<o:p></o:p></span></p>
<p class=3D"MsoNormal"><span style=3D"font-size:11.0pt;font-family:&quot;Ca=
libri&quot;,&quot;sans-serif&quot;;color:#1F497D"><o:p>&nbsp;</o:p></span><=
/p>
<p class=3D"MsoNormal"><span style=3D"font-size:11.0pt;font-family:&quot;Ca=
libri&quot;,&quot;sans-serif&quot;;color:#1F497D"><o:p>&nbsp;</o:p></span><=
/p>
<div>
<div style=3D"border:none;border-top:solid #B5C4DF 1.0pt;padding:3.0pt 0in =
0in 0in">
<p class=3D"MsoNormal"><b><span style=3D"font-size:10.0pt;font-family:&quot=
;Tahoma&quot;,&quot;sans-serif&quot;">From:</span></b><span style=3D"font-s=
ize:10.0pt;font-family:&quot;Tahoma&quot;,&quot;sans-serif&quot;"> oracle-l=
-bounce@freelists.org [mailto:oracle-l-bounce@freelists.org]
<b>On Behalf Of </b>P D<br>
<b>Sent:</b> Thursday, March 03, 2011 2:20 PM<br>
<b>To:</b> oracle-l@freelists.org<br>
<b>Subject:</b> RE: maxextents<o:p></o:p></span></p>
</div>
</div>
<p class=3D"MsoNormal"><o:p>&nbsp;</o:p></p>
<p class=3D"MsoNormal"><span style=3D"font-size:10.0pt;font-family:&quot;Ta=
homa&quot;,&quot;sans-serif&quot;">FYI -&nbsp;Blocksize=3D8192.&nbsp;&nbsp;=
&nbsp;&nbsp; Using auto allocate versus uniform.<br>
&nbsp;<br>
&nbsp;<br>
&nbsp;<o:p></o:p></span></p>
<div class=3D"MsoNormal" align=3D"center" style=3D"text-align:center"><span=
 style=3D"font-size:10.0pt;font-family:&quot;Tahoma&quot;,&quot;sans-serif&=
quot;">
<hr size=3D"2" width=3D"100%" align=3D"center">
</span></div>
<p class=3D"MsoNormal" style=3D"margin-bottom:12.0pt"><span style=3D"font-s=
ize:10.0pt;font-family:&quot;Tahoma&quot;,&quot;sans-serif&quot;">From: pdb=
a1966@hotmail.com<br>
To: oracle-l@freelists.org<br>
Subject: maxextents<br>
Date: Thu, 3 Mar 2011 13:34:58 -0500<o:p></o:p></span></p>
<p class=3D"MsoNormal"><span style=3D"font-family:&quot;Calibri&quot;,&quot=
;sans-serif&quot;">I am still confused by maxextents on a datafile and the =
more documentation and websites that I read the more confused that I get.</=
span><span style=3D"font-size:10.0pt;font-family:&quot;Tahoma&quot;,&quot;s=
ans-serif&quot;"><o:p></o:p></span></p>
<p class=3D"MsoNormal"><span style=3D"font-size:10.0pt;font-family:&quot;Ta=
homa&quot;,&quot;sans-serif&quot;">&nbsp;<o:p></o:p></span></p>
<p class=3D"MsoNormal"><span style=3D"font-family:&quot;Calibri&quot;,&quot=
;sans-serif&quot;">If I have autoextend ON with NEXT set to 16384K then I u=
nderstand that each time it has to extend it will extend in 16384K chunks.&=
nbsp;&nbsp;</span><span style=3D"font-size:10.0pt;font-family:&quot;Tahoma&=
quot;,&quot;sans-serif&quot;"><o:p></o:p></span></p>
<p class=3D"MsoNormal"><span style=3D"font-size:10.0pt;font-family:&quot;Ta=
homa&quot;,&quot;sans-serif&quot;">&nbsp;<o:p></o:p></span></p>
<p class=3D"MsoNormal"><span style=3D"font-family:&quot;Calibri&quot;,&quot=
;sans-serif&quot;">However, does&nbsp;maxsize value&nbsp;mean it will conti=
nue to allocate in those 16384K chunks until the total of those chunks reac=
hes the size identified by maxsize?&nbsp;&nbsp; It doesn&#8217;t mean that =
maxextent
 is the total size the datafile can ever be (correct?)&nbsp;because I have =
some datafiles that are currently larger than their maxtent size...</span><=
span style=3D"font-size:10.0pt;font-family:&quot;Tahoma&quot;,&quot;sans-se=
rif&quot;"><o:p></o:p></span></p>
<p class=3D"MsoNormal"><span style=3D"font-size:10.0pt;font-family:&quot;Ta=
homa&quot;,&quot;sans-serif&quot;">&nbsp;<o:p></o:p></span></p>
<p class=3D"MsoNormal"><span style=3D"font-family:&quot;Calibri&quot;,&quot=
;sans-serif&quot;">If you have NEXT set to 16384K, is there a recommendatio=
n of what size maxextents should be or is it just whatever you want to put =
it at?&nbsp;&nbsp;&nbsp; For example, does it need to be a multiple of
 block size or next extent, etc.</span><span style=3D"font-size:10.0pt;font=
-family:&quot;Tahoma&quot;,&quot;sans-serif&quot;"><o:p></o:p></span></p>
<p class=3D"MsoNormal"><span style=3D"font-size:10.0pt;font-family:&quot;Ta=
homa&quot;,&quot;sans-serif&quot;">&nbsp;<o:p></o:p></span></p>
<p class=3D"MsoNormal"><span style=3D"font-family:&quot;Calibri&quot;,&quot=
;sans-serif&quot;">When I use OEM and try and set Maximum Size to Unlimited=
 and hit apply, it doesn&#8217;t show up with the Unlimited bullet highligh=
ted.&nbsp;&nbsp; Instead it shows up as Value=3D32767MB.&nbsp;&nbsp; Why is=
 that?&nbsp;&nbsp;
 Is 32GB the largest a datafile is ever supposed to be?</span><span style=
=3D"font-size:10.0pt;font-family:&quot;Tahoma&quot;,&quot;sans-serif&quot;"=
><o:p></o:p></span></p>
<p class=3D"MsoNormal"><span style=3D"font-size:10.0pt;font-family:&quot;Ta=
homa&quot;,&quot;sans-serif&quot;">&nbsp;<o:p></o:p></span></p>
<p class=3D"MsoNormal"><span style=3D"font-family:&quot;Calibri&quot;,&quot=
;sans-serif&quot;">This is 11.1.0.7 on RHEL5.</span><span style=3D"font-siz=
e:10.0pt;font-family:&quot;Tahoma&quot;,&quot;sans-serif&quot;"><o:p></o:p>=
</span></p>
</div>
</body>
</html>

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


