Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: How frequently: Analysing - question added
On asktom.oracle.com there was a thread where this was also
answered:
Although I agree in general with Howard's post, there was a slight different explanation from Tom Kyte. Basically the effect of analyzing the data dictionary is so bad because it's only going to be partially analyzed due to deadlocks. And this will trip CBO completely over.
And in some Oracle Versions this can even get worse, because some of the views contained hints which forced the cbo when stats where found... (with really terrible results).
More worse, in 8.1.7 dbms_stats seemed to contain an error where dbms_stats.gather_database_stats would lead to a partially analyzed sys schema.
Regards,
Holger Received on Fri Feb 21 2003 - 04:58:45 CST
![]() |
![]() |