Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: system statistics in 10g
my two euro cents:
in 10g, it is better to use DBMS_SCHEDULER than to use DBMS_JOBS ...
Kind regards,
Lex.
-----Original Message-----
From: oracle-l-bounce_at_freelists.org
[mailto:oracle-l-bounce_at_freelists.org]On Behalf Of Nelson, Allan
Sent: Thursday, June 17, 2004 18:37
To: oracle-l_at_freelists.org
Subject: 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