Categories
Purging Stats
Paramasivan Krishnamoorthy-Oracle
Orion GCS Customer Posts: 1 Green Ribbon
Getting the below error while purging stats. Any advice on how to proceed?
SQL> exec DBMS_STATS.PURGE_STATS(SYSDATE-10);
BEGIN DBMS_STATS.PURGE_STATS(SYSDATE-10); END;
*
ERROR at line 1:
ORA-08103: object no longer exists
ORA-06512: at "SYS.DBMS_STATS", line 41046
ORA-06512: at "SYS.DBMS_STATS", line 41059
ORA-06512: at line 1
0