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

Thread: No statistics on Global Temp tables

  1. #1
    Join Date
    Jul 2001
    Location
    Montreal
    Posts
    222

    Question No statistics on Global Temp tables

    Hi, I want to generate statistics on my schema but NOT on the global temporary tables. I tried the "analyze table compute" and "execute gather.stats" command. It seems that the global temporary tables also get computed stats. What is the command or parameter that I should use?
    Thanks for your help.

  2. #2
    Join Date
    Aug 2002
    Location
    Colorado Springs
    Posts
    5,253
    In DBMS_STATS.GATHER_SCHEMA_STATS and GATHER_DATABASE_STATS there is a parameter GATHER_TEMP ... however it defaults to FALSE. Check that you are not overriding it.
    David Aldridge,
    "The Oracle Sponge"

    Senior Manager, Business Intelligence Development
    XM Satellite Radio
    Washington, DC

    Oracle ACE

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