Cube Storage Advisor Does Not Work When Cube Is Mapped To A View
(Doc ID 1317176.1)
Last updated on NOVEMBER 07, 2023
Applies to:
Oracle OLAP - Version 11.2.0.2 and laterInformation in this document applies to any platform.
Symptoms
If the Cube is mapped to database view instead of a table, then Cube Storage Advisor and Cube Partitioning Advisor error out in Analytic Workspace Manager (AWM) with:
java.sql.SQLException: ORA-33269: while operating on 'MyUser.MySalesView'
ORA-01403: no data found
ORA-06512: at "SYS.DBMS_AW", line 541
ORA-06512: at "SYS.DBMS_AW", line 574
ORA-06512: at line 1
If the Cube is mapped to a table instead of a view, then the above error does not occur.
Note the above mentioned advisors call dbms_aw.advise_sparsity procedure, which errors out with the above error message when view name (instead of table name) is given as argument to the procedure.
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 |
References |