Option 'GATHER AUTO' did not work for gather_table_stats
Table still getting stale statistics after running gather_table_stats with options=> 'GATHER AUTO'.
The exact statement:
EXEC dbms_stats.gather_table_stats('SCHEMA_NAME','TABLE_NAME',cascade=>TRUE,options =>'GATHER AUTO' );
Doe anybody have a suggestion?
TIA