ORA-20002: Version of statistics table APPLSYS.FND_STATTAB is too old
December 1, 2017
Errors/Workarounds10g, Errors/Workarounds11g, Errors/Workarounds12c, Oracle Database Material
ERROR
ORA-20002: Version of statistics table APPLSYS.FND_STATTAB is too old
SOLUTION
Step 1. Connect To SYS user from SqlPlus
Step 2. Take Backup of FND_STATTAB Table.
Step 3. Run EXECUTE DBMS_STATS.UPGRADE_STAT_TABLE(‘APPLSYS’,’FND_STATTAB’);
Related Posts