| Error | ORA-30378 |
Description | MV_CAPABILITIES_TABLE is not compatible with Oracle version | Cause | One or more column definitions in the MV_CAPABILITIES_TABLE is either missing or incompatible with the current Oracle version. | Action | Connect to the appropriate schema, DROP TABLE MV_CAPABILITIES_TABLE and recreate it by invoking the admin/utlxmv.sql script prior to invoking the DBMS_MVIEW.EXPLAIN_MVIEW() API. |