You have a storage definition clause. You can specify this when you create a segment definition (a logical structure of storage) in CREATE TABLESPACE. Also, you can put this clause in a CREATE TABLE/INDEX... in order to override the tablespace storage parameters asumed as default for every object inside it (with certain restrictions). I think you can find information of this without problem. Shortly,
INITIAL is the first extent size (n * DB_BLOCK_SIZE)
NEXT is the size of second, third... extensions (when the object is growing.
MINEXTENS, the minimum number of extents by segment (when the segment is created) In others words, number of INITIAL.
MAXEXTENS is the limit of extents by segment.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.