DBA Data[Home] [Help]

SYS.DBMS_FEATURE_DEFERRED_SEG_CRT dependencies on TABSUBPART$

Line 107: from tabsubpart$ tsp

103: -- segment_created = 'NO';
104:
105: select count(*) into tabsubpart_count from
106: ( select decode(bitand(tsp.flags, 65536), 65536, 'NO', 'YES') x
107: from tabsubpart$ tsp
108: ) where x = 'NO';
109:
110: -- index sub-partitions
111: -- select count(*) into indsubpart_count from dba_ind_subpartitions where