DBA Data[Home] [Help]

SYS.DBMS_FEATURE_DEFERRED_SEG_CRT dependencies on TABPART$

Line 80: from tabpart$ tp

76: -- segment_created = 'NO';
77:
78: select count(*) into tabpart_count from
79: ( select decode(bitand(tp.flags, 65536), 65536, 'NO', 'YES') x
80: from tabpart$ tp
81: ) where x = 'NO';
82:
83: -- index partitions
84: -- select count(*) into indpart_count from dba_ind_partitions where