BEGIN DBMS_STATS.GATHER_SCHEMA_STATS Oracle DB 10.2.0.5
I ran this DBMS_STATS.GATHER for a few schemas and a few worked but now I have this error on the remainder of the schemas. Any help would be appreciated
BEGIN DBMS_STATS.GATHER_SCHEMA_STATS(OWNNAME => 'TEST', CASCADE => TRUE); END;
*
ERROR at line 1:
ORA-20003: Specified bug number (9196440) does not exist
ORA-06512: at "SYS.DBMS_STATS", line 15205
ORA-06512: at "SYS.DBMS_STATS", line 15547
ORA-06512: at "SYS.DBMS_STATS", line 15625
ORA-06512: at "SYS.DBMS_STATS", line 15584
ORA-06512: at line 1
Thanks guys