|
Re: minextents [message #69806 is a reply to message #69800] |
Fri, 08 March 2002 04:57 |
Suresh Vemulapalli
Messages: 624 Registered: August 2000
|
Senior Member |
|
|
i think oracle explained enough in documentation for all questions u are asking. read documentation first, if u dont understand any thing in documentation then post here and somebody will try to help you.
MAXEXTENTS
The total number of extents, including the first, that can ever be allocated for the segment.
Default: dependent on the data block size and operating system
Minimum: 1 (extent)
Maximum: unlimited
MINEXTENTS
The total number of extents to be allocated when the segment is created. This allows for a large allocation of space at creation time, even if contiguous space is not available.
Default: 1 (extent)
Minimum: 1 (extent)
Maximum: unlimited
|
|
|