dbms_utility.compile_schema - ORA-20000: Unable To Set Values For Index UTL_RECOMP_SORT_IDX1
(Doc ID 1568324.1)
Last updated on AUGUST 13, 2020
Applies to:
Oracle Database - Enterprise Edition - Version 11.2.0.3 and laterOracle Database Cloud Schema Service - Version N/A and later
Oracle Database Exadata Express Cloud Service - Version N/A and later
Oracle Database Exadata Cloud Machine - Version N/A and later
Oracle Cloud Infrastructure - Database Service - Version N/A and later
Information in this document applies to any platform.
Goal
On : 11.2.0.3 version, RDBMS
dbms_utility.compile_schema returns ORA-20000: Unable to set values for index UTL_RECOMP_SORT_IDX1
We got the following errors when compile schemas using
SQL> exec dbms_utility.compile_schema(schema => USER,compile_all => FALSE);
ERROR at line 1:
ORA-20000: Unable to set values for index UTL_RECOMP_SORT_IDX1: does not exist
or insufficient privileges
ORA-06512: at "SYS.DBMS_UTILITY", line 425
ORA-06512: at line 1
Or a similar one but different index name
ORA-20000: Unable to set values for index UTL_RECOMP_COMP_IDX1: does not exist
or insufficient privileges
ORA-06512: at "SYS.DBMS_UTILITY", line 425
ORA-06512: at line 3
Solution
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
Goal |
Solution |
References |