aiaiDBA

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

13718043309

010-86462881

ORA-39301: Cannot alter values recorded in materialized view log: string

ORA-39301: Cannot alter values recorded in materialized view log: string
Cause: DBMS_METADATA_DIFF was comparing two materialized view logs that are recording different values, and the set of values in the first materialized view log cannot be changed to that in the second materialized view log. The error message identifies the specific problem.
Action: The difference cannot be eliminated with an SQL ALTER statement.

请先 登录 后评论

1 个回答

小智
ORA-39301:无法更改记录在物化视图日志:字符串中的值,
.原因: DBMS_METADATA_DIFF正在比较记录不同值的两个物化视图日志,并且第一个物化视图日志中的值集不能更改为第二个物化视图日志中的值。错误消息标识特定问题。,
.操作:使用SQL ALTER语句无法消除该差异。,
.
请先 登录 后评论