Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: system statistics in 10g
That reference is not to optimizer statistics but rather to extended sql
trace statistics. You can use dbms_job to schedule dbms_stats to fix
your issue. Cron is also available if you want to do it outside the
database for some reason.
Allan
-----Original Message-----
From: oracle-l-bounce_at_freelists.org
[mailto:oracle-l-bounce_at_freelists.org] On Behalf Of Harvinder Singh
Sent: Thursday, June 17, 2004 12:25 PM
To: oracle-l_at_freelists.org
Subject: system statistics in 10g
Hi,
I was reading oracle docs and it mentioned that "system statistics" are enabled by default but when I query aux_stats$ TABLE they are not there and only when I ran dbms_stats.gather_system_stats they are inserted into this table. Do I need to set some parameter to enable these on 10g or they have same behavior as of 9i?
Thanks
--Harvinder
![]() |
![]() |