DBA Data[Home] [Help]

SYS.DBMS_FEATURE_DEFERRED_SEG_CRT dependencies on LOB$

Line 70: from lob$ l

66: -- segment_created = 'NO';
67:
68: select count(*) into lob_count from
69: ( select decode(bitand(l.property, 4096), 4096, 'NO','?') x
70: from lob$ l
71: )
72: where x = 'NO';
73:
74: -- table partitions