|
-
Hello
Can anybody send me a script that I can use to analyze all my indexes
at one time instead of doing it one index after the other? e.g
SQL> analyze index SCOTT.ORG_PK validate structure;
Index analyzed.
I want to be able to analyze all the indexs at once not just one at a time.
The same applies to the script below
SQL> select DEL_LF_ROWS*100/decode(LF_ROWS, 0, 1, LF_ROWS) PCT_DELETED,
(LF_ROWS-DISTINCT_KEYS)*100/ decode(LF_ROWS,0,1,LF_ROWS)
DISTINCTIVENESS
from index_stats
where NAME='&index_name';
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|