aiaiDBA

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

13718043309

010-86462881

ORA-12047: PCT FAST REFRESH cannot be used for materialized view "string"."string"

ORA-12047: PCT FAST REFRESH cannot be used for materialized view "string"."string"
Cause: PCT refresh is either not enabled on this materialized view or not possible after set of the base table changes since last refresh.
Action: Use just REFRESH FORCE, which will reinstantiate the entire table and try to pick the best refresh method on the materialized view Do explain_mview to look at the cause why PCT refresh is not possible on this materialized view

请先 登录 后评论

1 个回答

小智
ORA-12047:PCT FAST REFRESH不能用于实例化视图“ string ”。“ string ”,
.原因:在此物化视图上未启用PCT刷新,或者在上次刷新后设置了基本表更改后不能启用。,
.操作:仅使用REFRESH FORCE,这将重新建立整个表,并尝试在物化视图上选择最佳刷新方法执行explain_mview查看在此实例化视图上不可能进行PCT刷新的原因,
.
请先 登录 后评论