aiaiDBA

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

13718043309

010-86462881

ORA-32337: cannot alter materialized view with pending changes refresh on commit

ORA-32337: cannot alter materialized view with pending changes refresh on commit
Cause: There are some pending changes in the detail tables
Action: Execute an on-demand refresh on the materialized view to synchronize the data between the materialized view and the detail tables and then issue an ALTER MATERIALIZED VIEW statement.

请先 登录 后评论

1 个回答

小智
ORA-32337:无法更改具有挂起更改的物化视图在提交时刷新,
.原因:详细信息表中有一些挂起的更改,
.操作:在物化视图上执行按需刷新以同步物化视图和详细信息表之间的数据,然后发出ALTER MATERIALEDED VIEW语句。,
.
请先 登录 后评论