| Oracle FAQ | Your Portal to the Oracle Knowledge Grid | |
Home -> Community -> Usenet -> c.d.o.server -> Re: Managing Dynamic Allocation of Extents?
Here are the create statements that I used for the tablespace & index in my example and the resulting rows from the dba_extents view which may (or may not) be helpful:
CREATE TABLESPACE DARINDX DATAFILE
'/oracle/data03/adminp0/darindx01.dbf' SIZE 100M REUSE
DEFAULT STORAGE (INITIAL 10240
NEXT 10240
STORAGE (INITIAL 45M
NEXT 600K
OWNER SEGMENT_NAME SEGMENT_TYPE TABLESPACE_NAME EXTENT_ID FILE_ID BLOCK_ID BYTES BLOCKS --------------------------------- --------------------------------- --------------------------------- --------------------------------- --------------------------------- --------------------------------- --------------------------------- --------------------------------- ---------------------------------
Richard A Papaj wrote:
> I couldn't understand why the value I chose for a next extent was being
> overridden until I
> read that Oracle7 may dynamically modify size of extents based on
> rounding criteria and
> available storage space. I can see advantages with Oracle doing this
> (e.g. maximizing
> reuse of extents). On the other hand, wouldn't there be times when you
> may want to
> override these dynamic sizes?
>
>
>
>
![]() |
![]() |