ORA-26530: unable to build materialized view refresh control list
Cause: The materialized view control list could not be constructed. This is generally the result of an error while accessing the local materialized view catalog.
Action: Verify that the named materialized view(s) are properly defined and valid.
ORA-26530: unable to build materialized view refresh control list 是 Oracle 数据库出现的一个系统错误。
EXEC DBMS_MVIEW.REFRESH(‘YC_MVIEW_NAME’,’C’,’FALSE’,’TRUE’,’TRUE’);