Disable the feature DEFERRED_SEGMENT_CREATION

Oracle introduced the DEFERRED_SEGMENT_CREATION feature in Release 11.2. The default setting is On in all installations. The feature ensures that a TABLE create statement does not actually create a table. The table is only created after a row of data is inserted.