DBA Data[Home] [Help]

SYS.DBMS_FEATURE_PARTITION_SYSTEM dependencies on CLSTKEY$

Line 151: from sys.clstkey$

147: -- count of tables and columns used for attribute clustering
148: -- no detailed breakdown of columns per row
149: -- table count does not include fact table for hierarchical attr. clustering
150: ( select clstobj#, count(intcol#) ccol
151: from sys.clstkey$
152: group by clstobj#) k,
153: ( select clstobj#, count(*) ctable
154: from sys.clstjoin$
155: group by clstobj#) kt