DBA Data[Home] [Help]

MDSYS.SDO_INDEX_METADATA_UPDATE dependencies on MDPRVT_IDX

Line 7: mdsys.mdprvt_idx.invalidate_cache(:old.sdo_index_owner,

3: FOR EACH ROW
4: BEGIN
5:
6:
7: mdsys.mdprvt_idx.invalidate_cache(:old.sdo_index_owner,
8: :old.sdo_index_name,
9: :old.sdo_index_partition,
10: :old.sdo_index_table);
11: END;