Hi everyone, two questions
1) The Oracle doc says I can see how much of the space allocated to an index is actually used with:
SELECT pct_used FROM sys.index_stats WHERE . . .
ANALYZE . . . COMPUTE STATISTICS and
ANALYZE . . . VALIDATE STRUCTURE have been run, but the sys.index_stats view remains empty. How do I get it to be populated?
2) Does anyone have a reference on estimating storage for indexes?
Many thanks - DaPi
1) The Oracle doc says I can see how much of the space allocated to an index is actually used with:
SELECT pct_used FROM sys.index_stats WHERE . . .
ANALYZE . . . COMPUTE STATISTICS and
ANALYZE . . . VALIDATE STRUCTURE have been run, but the sys.index_stats view remains empty. How do I get it to be populated?
2) Does anyone have a reference on estimating storage for indexes?
Many thanks - DaPi