Oracle EBS upgraded to 11g - Gather schema statistic analyzing the non existing table
Hi,
We have an upgraded Oracle EBS datababase from 10g to 11g.
When we ran the gather schema statistic (all schema) it is failed with these errors:
Error #1: ERROR: While GATHER_TABLE_STATS:
object_name=APPS.FEIS_1153201209080927***ORA-20000: Unable to analyze TABLE "APPS"."FEIS_1153201209080927", insufficient privileges or does not exist***
Error #9: ERROR: While GATHER_TABLE_STATS:
object_name=APPS.QTSF_CHAIN_D40a56p659P***ORA-20000: Unable to analyze TABLE "APPS"."QTSF_CHAIN_D40A56P659P", insufficient privileges or does not exist***
>> For the FEIS table, I checked the table and this table does not exist in database indeed. Why the gather schema statistics is trying to analyze the non existing table?
0