aiaiDBA

加微信获取免费职业规划+学习资料,了解年薪50万的DBA是如何练成的

13718043309

010-86462881

ORA-32314: REFRESH FAST of "string"."string" unsupported after deletes/updates

ORA-32314: REFRESH FAST of "string"."string" unsupported after deletes/updates
Cause: One or more deletes or updates has been performed on one or more of the detail tables referenced by the specified materialized view. This materialized view does not support fast refresh after deletes or updates.
Action: Use REFRESH COMPLETE. Note: you can determine why your materialized view does not support fast refresh after deletes or updates using the DBMS_MVIEW.EXPLAIN_MVIEW() API.

请先 登录 后评论

1 个回答

小智
“ 字符串 ”的ORA-32314:REFRESH FAST 。删除/更新后不支持“ 字符串 ”,
.原因:对指定实例化视图引用的一个或多个详细信息表执行了一个或多个删除或更新。此实例化视图不支持在删除或更新后快速刷新。,
.操作:使用REFRESH COMPLETE。注意:您可以确定在使用DBMS_MVIEW.EXPLAIN_MVIEW()API删除或更新后,您的物化视图不支持快速刷新的原因。,
.
请先 登录 后评论