-
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.
-
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.
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
|