DBA Data[Home] [Help]

SYS.DBMS_FEATURE_DEFERRED_SEG_CRT dependencies on INDSUBPART$

Line 116: from indsubpart$ isp

112: -- segment_created = 'NO';
113:
114: select count(*) into indsubpart_count from
115: ( select decode(bitand(isp.flags, 65536), 65536, 'NO', 'YES') x
116: from indsubpart$ isp
117: ) where x = 'NO';
118:
119: -- lob sub-partitions
120: -- select count(*) into lobsubpart_count from dba_lob_subpartitions where