Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Warning: Built in 10g Stats gather is broken
> Thank you for the bug post as you never know when you will run into
> these things.
If you do hit this, the woraround is to force a flush just before your stats gathering process each day/night.
Using something like:
exec dbms_scheduler.create_job -
(job_name=>'FLUSH_STATS_WORKAROUND_JOB',- job_type=>'STORED_PROCEDURE',- job_action=>'dbms_stats.FLUSH_DATABASE_MONITORING_INFO',-start_date=>SYSTIMESTAMP, -
![]() |
![]() |