INFO:
*MAXEXTENTS - This storage parameter is valid only for objects in dictionary-managed tablespaces.
*You cannot change the value of MINEXTENTS for an object that resides in a locally managed tablespace.a
As for the "Initial" :
You should classify your objects in to 4 categories.
1)small objects
2)slightly larger than small objects
3)medium objects
4)truely large objects
small objects can have 64k extent sizes
slightly larger than small objects can have 256k-512k extent sizes
Medium sized objects can have 1MB extent sizes
truely large objects can have more than 1MB extent sizes.
You may have a seperate tablespace for these objects as well.รง
For ex: all the small objects should reside in a tablespace, and this tablespace should only be used by the small objects..
This will prevent the fragmentation..
Actually my reference for the above is AskTOM..
Here you can read the whole thread ->
https://asktom.oracle.com/pls/asktom/f?p=100:11:::::P11_QUESTION_ID:228413960506