top of page

Oracle INDEX Compute Statistics

  • Writer: Rumesh Aponso (RMAX)
    Rumesh Aponso (RMAX)
  • Nov 22, 2024
  • 1 min read

The Oracle analyze index compute statistics command:

ANALYZE INDEX index_name COMPUTE STATISTICS;

The Oracle analyze index validate structure command:

ANALYZE INDEX index_name VALIDATE STRUCTURE;

Compute Statistics

ALTER INDEX index_name REBUILD COMPUTE STATISTICS;

Related Links:

Related Posts

See All

Comments


Copyright © 2025 RMAXOneNote

  • Online CV
  • LinkedIn
  • Youtube
  • GitHub
  • Blogger
bottom of page