To change the default storage parameter for a tablespace:
alter tablespace xyz default storage (initial n next n ...)

However, this will not change any existing structures in the database. There, you will have to either export/import or move them.