ORA-12084: must use ALTER MATERIALIZED VIEW to alter “string”.”string”
Cause: An attempt was made to alter a materialized view using a command other than ALTER MATERIALIZED VIEW.
Action: Use the ALTER MATERIALIZED VIEW command.
ORA-12084 对象是材料视图时,无法使用CREATE OR REPLACE VIEW语句来更改它。
1.检查视图在系统的元数据中是否为材料视图;
2.如果是材料视图,则使用ALTER MATERIALIZED VIEW语句更改视图;
3.如果不是材料视图,则使用CREATE OR REPLACE VIEW来更改视图。
本文标签:ORA-12084 must use ALTER MATERIALIZED VIEW to alter #8220string #8221. #8221string
原文链接:
版权说明: 本文由作者上传,本站仅提供存储服务,转载请注明原文链接