DBA Data[Home] [Help]

SYS.DBMS_FEATURE_PARTITION_SYSTEM dependencies on DEFSUBPART$

Line 179: from defsubpart$

175: and s.containernam(+) = sn.vname) v
176: where bitand(v.flags, 2) = 2 /* zonemap fact table */
177: ) zm,
178: ( select bo#, count(*) st_part
179: from defsubpart$
180: group by bo# ) spt
181: where o.obj# = i.obj#(+)
182: and o.owner# = u.user#
183: and p.obj# = o.obj#