Hi,
on linux as sysdba
Getting below error
Connected to:
Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Beta
SQL> exec dbms_stats.gather_schema_stats(ownname=>'USER1',estimate_percent =>10);
BEGIN dbms_stats.gather_schema_stats(ownname => 'USER1',estimate_percent =>10); END;
*
ERROR at line 1:
ORA-20000: Statistics collection failed for 138 objects in schema
ORA-06512: at "SYS.DBMS_STATS", line 24961
ORA-06512: at "SYS.DBMS_STATS", line 24899
Could you please help out.