Upgrade R12 - Apply 6678700 - adsstats.sql - ORA-20000: ORA-20000: Unable to analyze TABLE
We are in the process of upgrading 11.5.10.2 to 12.1.1. While we are applying the 6678700 driver we get the below error.
sqlplus -s APPS/***** @/a01/prodr12/apps/apps_st/appl/ad/12.0.0/patch/115/sql/adsstats.sql
declare
*
ERROR at line 1:
ORA-20000: ORA-20000: Unable to analyze TABLE "APPS"."XXHR_ELE_DETAILS",
insufficient privileges or does not exist Error while executing
FND_STATS.GATHER_SCHEMA_STATISTICS package.
ORA-06512: at line 91
We don't have any table with the name XXHR_ELE_DETAILS. Is it possible to skip the process and continue the applying driver?
Please help us to resolve the issue.