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: Oracle8: Auextend or Storage (initial...next..)?

Re: Oracle8: Auextend or Storage (initial...next..)?

From: Krister Lundmark <krullen_at_hotmail.com>
Date: Sun, 1 Aug 1999 20:09:25 +0200
Message-ID: <h60p3.10615$ip4.16899@nntpserver.swip.net>


The parameters next and maxsize
have nothing to do with the parameters
for the tablespace. They simply state
how the datafile should extend. The
parameters for the tablespace are still set with default storage ( .....

Krister Lundmark

Huy Vu <huyv_at_usa.net> wrote in message
news:tWyk3.24037$jl.22196441_at_newscontent-01.sprint.ca...
> Hi all,
>
> I usually create a tablespace with
> Default Storage
> (Initial....next...pctincrease...minextents);
> statement.
>
> I discovered in the Oracle DBA Handbook
>
> another way to extent the segments in the tablespace as
>
> Create tablespace A datafile '/u/tablespaceA.dbf' size 200M
> autoextend on
> next 10MB
> Maxsize 250M / ulimited;
>
> How is the pctincrease and minextends value in creatingy a tablespace with
> this way?
>
> Thanks in advance for any idea.
>
> H.V
>
>
Received on Sun Aug 01 1999 - 13:09:25 CDT

Original text of this message

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