While running gather stats for a table , got below error.  SQL> BEGIN 2 DBMS_STATS.GATHER_TABLE_STATS ( 3 ownname => ‘DBACLASS’, 4 tabname => ‘TEST2’, 5 cascade =>...