DBA Data[Home] [Help]

CTXSYS.VALIDATE_INDEX_METADATA dependencies on DR$OBJECT_ATTRIBUTE

Line 21: from dr$index_value driv, dr$object_attribute

17: l_toat_id binary_integer;
18: rcnt number;
19: begin
20: for c1 in (select ixv_idx_id, ixv_value, ixv_oat_id, oat_name, driv.rowid
21: from dr$index_value driv, dr$object_attribute
22: where ixv_oat_id = oat_id
23: and oat_cla_id = DRIOBJ.CLASS_SECTION_GROUP
24: and ixv_value like '%:%:%') loop
25: