DBA Data[Home] [Help]

SYS.DBMS_FEATURE_DEFERRED_SEG_CRT dependencies on SEG$

Line 138: select count(*) into total_segments from seg$ where type# in (5,6,8);

134: -- 'TABLE PARTITION',
135: -- 'INDEX PARTITION',
136: -- 'LOB PARTITION' );
137:
138: select count(*) into total_segments from seg$ where type# in (5,6,8);
139:
140: -- Total # of segments whose creation is deferred
141: total_def_segments := table_count + index_count + lob_count +
142: tabpart_count + indpart_count + lobpart_count +