DBA Data[Home] [Help]

SYS.ODCIINDEXINFODUMP dependencies on ODCICOLINFO

Line 45: ODCIColInfoFlagsDump(ia.IndexCols(col).ColInfoFlags);

41: ia.IndexCols(col).ColTypeName);
42: dbms_output.put_line('Indexed column type schema:'||
43: ia.IndexCols(col).ColTypeSchema);
44: if (ia.IndexCols(col).ColInfoFlags != 0) then
45: ODCIColInfoFlagsDump(ia.IndexCols(col).ColInfoFlags);
46: end if;
47: if (ia.IndexCols(col).OrderByPosition > 0) then
48: dbms_output.put_line('Indexed column position in order by: '||
49: ia.IndexCols(col).OrderByPosition);