DBAsupport.com Forums - Powered by vBulletin
Results 1 to 6 of 6

Thread: generate statistics

  1. #1
    Join Date
    Nov 2001
    Posts
    34

    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

  2. #2
    Join Date
    Oct 2002
    Posts
    807
    Use dbms_stats. RTM before implementing.

  3. #3
    Join Date
    Nov 2001
    Posts
    34
    I, used this command

    analyze table xxx compute statistics
    for table for all indexed columns for all indexes;

    but not generate statistics

  4. #4
    Join Date
    Nov 2001
    Posts
    34
    where , i can find information about dbms_stat , because in metalink the informatio about this topic is very bad.

  5. #5
    Join Date
    Oct 2002
    Posts
    807
    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.

  6. #6
    Join Date
    Jun 2000
    Location
    Madrid, Spain
    Posts
    7,447
    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
  •  


Click Here to Expand Forum to Full Width