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

Home -> Community -> Usenet -> c.d.o.server -> Re: How can i change the MAXEXTENTS ??

Re: How can i change the MAXEXTENTS ??

From: Glen Upreti <glen.upreti_at_nau.edu>
Date: Thu, 20 Aug 1998 07:36:50 -0700
Message-ID: <35DC3482.1C51B73@nau.edu>


That can't be true since you can set the max extents to unlimited. Glen

JohannesBavendiek_at_gmx.de wrote:
>
> In article <35DA6ECF.73F00544_at_exesolutions.com>,
> exe_at_exesolutions.com wrote:
> > Madhu Cherukuri wrote:
> >
> > > Unfortunately you can not change the maxextents of a table
> >
> > This is not correct. The syntax for changing MAXEXTENTS is:
> >
> > ALTER TABLE schema_name.table_name STORAGE (MAXEXTENTS some_numeric_value);
> >
> > Regards,
> >
> > Daniel A. Morgan
> >
> >
>
> But this will work only if the defined database-block-size value does allow
> it. The possible value of the maxextents end with this (physical) setting
>
> db-blocksize - maximal maxextents-value
> ------------ ------------------------
> 2K - 121
> 4K - 249
> 8K - 505 or 504
>
> Johannes Bavendiek
>
> -----== Posted via Deja News, The Leader in Internet Discussion ==-----
> http://www.dejanews.com/rg_mkgrp.xp Create Your Own Free Member Forum
Received on Thu Aug 20 1998 - 09:36:50 CDT

Original text of this message

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