-
generate statistics
Hi, I need generated all statistics for tables and index, because my database cost optimice_mode and i required my selects utility index.
thanks
-
Use dbms_stats. RTM before implementing.
-
I, used this command
analyze table xxx compute statistics
for table for all indexed columns for all indexes;
but not generate statistics
-
where , i can find information about dbms_stat , because in metalink the informatio about this topic is very bad.
-
Funny coz I found a 'few' hits on http://otn.oracle.com
Summary of Search Results: dbms_stats
Results for Oracle Database 10g Release 1 (10.1)
207 matches across 33 books. Search this documentation library.
--------------------------------------------------------------------------------
Results for Oracle9i Database (Release 2 (9.2))
74 matches across 17 books. Search this documentation library.
-
Originally posted by cazpa
where , i can find information about dbms_stat , because in metalink the informatio about this topic is very bad.
strange, I didnt find the notes on Metalink that bad about this subject
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
|