ORA-12003: materialized view “string”.”string” does not exist
Cause: The materialized view with the given owner and name does not exist.
Action: Verify inputs and create a materialized view.
ORA-12003: materialized view “string”.”string” does not exist 是由于引用不存在的Materialized View来引起的。
例子:用户尝试通过以下查询访问Materialized View MV_TEST时:
SELECT * FROM MV_TEST;
如果Materialized View MV_TEST不存在,将可能引发以下错误:
ORA-12003: materialized view “mv_test”does not exist
1.确认引用的Materialized View是否存在。
2.检查引用的Materialized View是否被正确编译。
3.尝试重新创建Materilized View。
本文标签:ORA-12003 materialized view #8220string #8221. #8221string #8221 does not exist
原文链接:
版权说明: 本文由作者上传,本站仅提供存储服务,转载请注明原文链接