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

Thread: Gather Schema Stats

Hybrid View

  1. #1
    Join Date
    Sep 2006
    Posts
    114

    Gather Schema Stats

    I have an error in my db alert file
    Performance statistics empty: data overflow
    I conclude that it is due to statistics are not available so we have to gahter statistics periodicaly but i am afraid that when we analyze table then perhaps information about these analyzed these tables cached in database buffer cache bocome invalid then is that true? that these object reloads will occur
    is that true? that performance degrades

  2. #2
    Join Date
    Sep 2002
    Location
    England
    Posts
    7,334
    no the buffer cache is not invalid, however all cursors in the shared pool will become invalid and queries will be re-parsed.

    but that isnt a problem realy

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