Oracle Error Message
ORA-37419: ORGANIZATION CUBE clause not allowed in explain mview
Reason for the Error
User tries to explain mview on a CREATE MATERIALIZED VIEW statement that contains a ORGANIZATION CUBE clause.
Solution
Remove the ORGANIZATION CUBE clause from the CREATE MATERIALIZED MATERIALIZED VIEW statement.