aiaiDBA

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

13718043309

010-86462881

ORA-39299: Cannot alter materialized view physical organization.

ORA-39299: Cannot alter materialized view physical organization.
Cause: DBMS_METADATA_DIFF was comparing two materialized views with different physical organizations: heap, index organized, etc. There is no SQL ALTER statement to change the index organization of a materialized view.
Action: The difference cannot be eliminated with an SQL ALTER statement.

请先 登录 后评论

1 个回答

小智
ORA-39299:不能更改物化视图物理组织。,
.原因: DBMS_METADATA_DIFF正在比较两个物化视图与不同的物理组织:堆,索引组织等。没有SQL ALTER语句来更改物化视图的索引组织。,
.操作:使用SQL ALTER语句无法消除该差异。,
.
请先 登录 后评论