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

Thread: Analyze and Performance

Hybrid View

  1. #1
    Join Date
    Aug 2002
    Posts
    1
    Can anybody tell me if there is any positive rsults if we do
    ANALYZE a table for perforamce issues ? If so ,how ?

  2. #2
    Join Date
    Apr 2002
    Posts
    28
    Oracle no longer recommends using ANALYZE except to validate structure of the table and its indexes. Use of DBMS_STATS is now recommended to gather stats for the cost based optimizer. You may find the following script helpful in performing both of these tasks at once, scheduled on a routine basis.

    http://www.dotcomsolutionsinc.net/pr...ol901_56_.html

    David Simpson
    http://www.dotcomsolutionsinc.net

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