DBA Data[Home] [Help]

SYS.DBMS_FEATURE_PARTITION_USER dependencies on SNAP$

Line 168: from sys.sumdetail$ sd, sys.sum$ s, sys.snap$ sn,

164: -- number of tables and columns in zonemap (aggr, no detailed breakdown)
165: -- table count does not include fact table for hierarch. zonemap
166: '-'|| count(distinct sd.detailobj#) over (partition by sd.sumobj#) ||
167: '-'|| sa.zmcol as ZONEMAP
168: from sys.sumdetail$ sd, sys.sum$ s, sys.snap$ sn,
169: ( select sumobj#, count(*) zmcol
170: from sys.sumagg$
171: where aggfunction = 18
172: group by sumobj#) sa