DBA Data[Home] [Help]

SYS.DBMS_FEATURE_PARTITION_USER dependencies on CLST$

Line 146: from sys.clst$ c,

142: ||
143: case when clstfunc = 1 then 'I-' -- interleaved
144: else 'L-' end -- linear
145: ||to_char(decode(ctable, null,0,ctable)+1)||'-'||ccol as ATTRCLUSTER
146: from sys.clst$ c,
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