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: Changing MAX EXTENTS on an object?

Re: Changing MAX EXTENTS on an object?

From: Matthias Gresz <GreMa_at_t-online.de>
Date: 1998/01/27
Message-ID: <6ak22d$iop$3@news02.btx.dtag.de>#1/1

Hi sean,

ALTER TABLE <tablename>
<storage-clause>;

Remember that maximum number of extends is OS-specific(NT and v7.3 121). See you OS-related docs for details.

Sean Kubovcik wrote:
>
> I have several (200) tables and indexes that have their MAX EXTENTS =
> 10. I want to change all of these to 249. What would be the most
> efficient way to do this? Any input would be appreciated.
>
> Thanks in advance,
> Sean
 

-- 
Regards

Matthias Gresz    :-)
Received on Tue Jan 27 1998 - 00:00:00 CST

Original text of this message

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