DBA Data[Home] [Help]

SYS.ODCIINDEXINFODUMP dependencies on ODCIINDEXINFOFLAGSDUMP

Line 16: ODCIIndexInfoFlagsDump(ia.IndexInfoFlags);

12: if (ia.IndexPartition IS NOT NULL) then
13: dbms_output.put_line('Index partition name : ' || ia.IndexPartition);
14: end if;
15: if (ia.IndexInfoFlags != 0) then
16: ODCIIndexInfoFlagsDump(ia.IndexInfoFlags);
17: end if;
18:
19: if (bitand(ia.IndexInfoFlags, ODCIConst.Parallel) = ODCIConst.Parallel) then
20: if (ia.IndexParaDegree < ODCIConst.DefaultDegree and