Objects with Stale Statistics
SQL>
SQL> select count(1) from dba_tab_statistics where STALE_STATS = 'YES' and owner='&USER';
COUNT(1)
----------
118
SQL>
SQL>
SQL>
SQL> select count(1) from dba_tables where trunc(last_analyzed) >= sysdate-1;
COUNT(1)
----------
0
SQL>