标题: ORA-12056: invalid REFRESH method [打印本页] 作者: admin 时间: 2016-8-5 10:03 标题: ORA-12056: invalid REFRESH method ORA-12056: invalid REFRESH method Cause: The NEVER REFRESHoption may not be used under the following
conditions:
* The materialized view is updatable
* The materialized view refreshes ON COMMIT
ORA-09870 toORA-12100 8-33
* Automatic refreshoptions are specified Action: For updatable materialized views, reissue the SQL command using
REFRESH FORCE, REFRESH FAST, or REFRESH COMPLETE. For read-only
materialized views, reissue the SQL command using ON DEMAND.