I have an Oracle 11g table that I'm attempting to gather stats on.
Thru SQL Developer I exec the following:
EXEC DBMS_STATS.gather_table_stats('OWNER', 'TABLENAME');
However when I go to Statistics tab in SQL Developer; I can see the stats are not updating.
Any thoughts as to why/how this may be occurring would be appreciated.
Thank you.
Thru SQL Developer I exec the following:
EXEC DBMS_STATS.gather_table_stats('OWNER', 'TABLENAME');
However when I go to Statistics tab in SQL Developer; I can see the stats are not updating.
Any thoughts as to why/how this may be occurring would be appreciated.
Thank you.