Getting Error: ORA-23413: Table "APPS"."BIV_ACT_SUM_MV" Does Not Have A Materialized View Log
(Doc ID 1558511.1)
Last updated on MARCH 12, 2024
Applies to:
Oracle Service Intelligence - Version 12.0.6 to 12.1.3 [Release 12.0 to 12.1]Information in this document applies to any platform.
Symptoms
After upgrading from 32 bit to 64 bit, there are several database objects that became invalid - including Materialized Views.
When trying to recreate Materialized View "BIV_ACT_H_SUM_MV", there is an error stating MVIEW LOG does not exist:
ORA-23413: table "APPS"."BIV_ACT_SUM_MV" does not have a materialized view log
Note:
The above MVIEW LOG is not available in one of the environments, but the MVIEW "BIV_ACT_H_SUM_MV" does exist.
SQL> select dbms_metadata.get_dependent_ddl('MATERIALIZED_VIEW_LOG','BIV_ACT_H_SUM_MV','APPS') from dual;
ERROR:
ORA-31608: specified object of type MATERIALIZED_VIEW_LOG not found
ORA-06512: at "SYS.DBMS_METADATA", line 1546
ORA-06512: at "SYS.DBMS_METADATA", line 1583
ORA-06512: at "SYS.DBMS_METADATA", line 1901
ORA-06512: at "SYS.DBMS_METADATA", line 2792
ORA-06512: at "SYS.DBMS_METADATA", line 4394
ORA-06512: at line 1
Changes
Upgraded from 32 bit to 64 bit.
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 |
Changes |
Cause |
Solution |
References |