When I created 9.2 database not realizing it was default to Local Managed Tablespace instead of Dictionary Managed Tablespace. Then, I performed a 9.0.1's full import to 9.2 database. Some of the tables were not able to created due to error
"ORA-03237: Initial Extent of specified size cannot be allocated in tablespace...".

I went to the tablespace and modified the initial extend using the storage clause and received another error:
"ORA-25143: default storage clause is not compatible with allocation policy"

How can I increase the initial extend??