How to disable gatherstats for a particular table
The error is from DB-level Gather_stats_job.
On the db table shows good stats.
SERV_MGR.CONTRACT_SERV_DETAILS_RPT => Last Analyzed 3/7/2015 2:10:15 PM
This may be related to an oracle bug in – GATHER_STATS_JOB.
Can this be disabled on the DB, like on the other DBs.
>>
DBMS_STATS: GATHER_STATS_JOB: GATHER_TABLE_STATS('"SERV_MGR"','"CONTRACT_SERV_DETAILS_RPT"','""', ...)
DBMS_STATS: ORA-20011: Approximate NDV failed: ORA-08103: object no longer exists
*** 2015-03-11 03:00:01.193
*** CLIENT ID:() 2015-03-11 03:00:01.193
DBMS_STATS: GATHER_STATS_JOB: Stopped by Scheduler.
Thanks,