SQL> set flags 'stomap_stats'; SQL> create table T1 (C1 integer); SQL> create storage map S1 cont> for T1 cont> partitioning is not updatable cont> store using (C1) cont> in JOBS with limit of (100); ~As: create storage map "S1" ~As: Table "T1" (sys=0, rest=0, tmptbl=...