Enhancement request: DDL: have option to not include storage parameters

MarkL

Member
When generating DDL, I would like the option to not include pctfree/initrans/maxtrans/storage... and only include the tablespace.
 
This is only possible in the "Export User Objects" and "Export Table Data" tools. You can disable the "Include storage" option.
 
That is indeed correct. When recreating these objects you need to make sure that the default tablespace is defined correctly.
 
Back
Top