DBMS_SUMADVISOR Invalid After Upgrade to 11.2
(Doc ID 1470057.1)
Last updated on OCTOBER 11, 2019
Applies to:
Oracle Database - Enterprise Edition - Version 11.2.0.1 to 11.2.0.3 [Release 11.2]Oracle Database Cloud Schema 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
Oracle Database Backup Service - Version N/A and later
Information in this document applies to any platform.
Goal
After upgrade to 11.2 DBMS_SUMADVISOR is invalid.
SQL> alter package DBMS_SUMADVISOR compile body;
Warning: Package Body altered with compilation errors.
SQL> show error
Errors for PACKAGE BODY DBMS_SUMADVISOR:
LINE/COL ERROR
-------- -----------------------------------------------------------------
594/9 PL/SQL: Statement ignored
594/34 PLS-00302: component 'FILTER_NONE' must be declared
726/9 PL/SQL: Statement ignored
726/34 PLS-00302: component 'FILTER_NONE' must be declared
732/9 PL/SQL: Statement ignored
732/38 PLS-00302: component 'WORKLOAD_ALL' must be declared
1528/9 PL/SQL: Statement ignored
1528/9 PLS-00306: wrong number or types of arguments in call to
'VERIFY_DIMENSION'
SQL> alter package DBMS_SUMADVISOR compile body;
Warning: Package Body altered with compilation errors.
SQL> show error
Errors for PACKAGE BODY DBMS_SUMADVISOR:
LINE/COL ERROR
-------- -----------------------------------------------------------------
594/9 PL/SQL: Statement ignored
594/34 PLS-00302: component 'FILTER_NONE' must be declared
726/9 PL/SQL: Statement ignored
726/34 PLS-00302: component 'FILTER_NONE' must be declared
732/9 PL/SQL: Statement ignored
732/38 PLS-00302: component 'WORKLOAD_ALL' must be declared
1528/9 PL/SQL: Statement ignored
1528/9 PLS-00306: wrong number or types of arguments in call to
'VERIFY_DIMENSION'
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 |