Re: DBMS_STATS.GATHER_DICTIONARY_STATS not gathering stale statistics

  • From: Ls Cheng <exriscer@xxxxxxxxx>
  • To: "Powell, Mark" <mark.powell2@xxxxxxx>
  • Date: Tue, 13 Jul 2021 20:08:29 +0200

Hi

I think so

SQL> SELECT DBMS_STATS.get_prefs('PUBLISH') DBMS_STATS_PREFS from dual;

DBMS_STATS_PREFS
------------------------------
TRUE

Thanks

On Tue, Jul 13, 2021 at 5:49 PM Powell, Mark <mark.powell2@xxxxxxx> wrote:

Are your statistics set to publish?

Mark Powell
Database Administration
(313) 592-5148


------------------------------
*From:* oracle-l-bounce@xxxxxxxxxxxxx <oracle-l-bounce@xxxxxxxxxxxxx> on
behalf of Ls Cheng <exriscer@xxxxxxxxx>
*Sent:* Tuesday, July 13, 2021 8:37 AM
*To:* Oracle Mailinglist <oracle-l@xxxxxxxxxxxxx>
*Subject:* DBMS_STATS.GATHER_DICTIONARY_STATS not gathering stale
statistics

Hi all

I am running 19.10 8 nodes RAC database with Multitenant. I noticed that
after running DBMS_STATS.GATHER_DICTIONARY_STATS in the PDB I still see
tables with stale statistics under SYS. For example:

exec DBMS_STATS.GATHER_DICTIONARY_STATS

SQL> select count(*)
  2  from dba_tab_statistics
  3  where  STALE_STATS = 'YES'
  4  and owner = 'SYS';

  COUNT(*)
----------
       305

Anyone seen this behaviour?

TIA






Other related posts: