FDPSTP failed due to ORA-20000: Unable to analyze TABLE FND_STATS
(Doc ID 879660.1)
Last updated on MARCH 04, 2023
Applies to:
Oracle E-Business Suite Performance - Version 11.5.10.2 to 11.5.10.2 [Release 11.5.10]Information in this document applies to any platform.
This problem can occur on any platform.
Symptoms
Only when using Gather Auto option you may receive following error when gathering stats using FND_STAT concurrent request.
When just GATHER is used, there is no error.
When FND program "Gather Schema Statistics" in concurrent manager, with option "GATHER AUTO" on "ALL" schema. It failed with the following error:
+---------------------------------------------------------------------------+
Application Object Library: Version : 11.5.0
Copyright (c) 1979, 1999, Oracle Corporation. All rights reserved.
FNDGSCST module: Gather Schema Statistics
+---------------------------------------------------------------------------+
Current system time is 15-JUL-2009 09:58:54
+---------------------------------------------------------------------------+
**Starts**15-JUL-2009 09:58:54
ORACLE error 20000 in FDPSTP
Cause: FDPSTP failed due to ORA-20000: Unable to analyze TABLE "APPS"."GARMIN_UNLOCK_ROYALITIES", insufficient privileges or does not exist
ORA-06512: at "APPS.FND_STATS", line 793
ORA-06512: at line 1
.
The SQL statement b
+---------------------------------------------------------------------------+
Start of log messages from FND_FILE
+---------------------------------------------------------------------------+
In GATHER_SCHEMA_STATS , schema_name= ALL percent= 10 degree = 8 internal_flag= NOBACKUP
ORA-20000: Unable to analyze TABLE "APPS"."GARMIN_UNLOCK_ROYALITIES", insufficient privileges or
does not exist
+---------------------------------------------------------------------------+
End of log messages from FND_FILE
+---------------------------------------------------------------------------+
The object causing the error does not exist:
SQL> select * from dba_objects where object_name ='GARMIN_UNLOCK_ROYALITIES';
no rows selected
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Cause |
Solution |