DBA Data[Home] [Help]

SYS.DBMS_FEATURE_DEFERRED_SEG_CRT dependencies on INDPART$

Line 89: from indpart$ ip

85: -- segment_created = 'NO';
86:
87: select count(*) into indpart_count from
88: ( select decode(bitand(ip.flags, 65536), 65536, 'NO', 'YES') x
89: from indpart$ ip
90: ) where x = 'NO';
91:
92: -- lob partitions
93: -- select count(*) into lobpart_count from dba_lob_partitions where