DBA Data[Home] [Help]

SYS.DBMS_FEATURE_DEFERRED_SEG_CRT dependencies on TAB$

Line 50: from tab$ t

46:
47: select count(*) into table_count from
48: ( select decode(bitand(t.property, 17179869184), 17179869184, 'NO',
49: decode(bitand(t.property, 32), 32, 'N/A', 'YES')) x
50: from tab$ t
51: )
52: where x = 'NO';
53:
54: -- non-partitioned indexes