aiaiDBA

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

13718043309

010-86462881

ORA-39271: Cannot alter substitutability of column: string

ORA-39271: Cannot alter substitutability of column: string
Cause: DBMS_METADATA_DIFF was comparing two table columns. This error may occur because the first column is substitutable and the second column is not, or because the first column is OF TYPE and the second column is substitutable.
Action: The difference cannot be eliminated with an SQL ALTER statement.

请先 登录 后评论

1 个回答

小智
ORA-39271:无法更改column:string的可替换性,
.原因: DBMS_METADATA_DIFF正在比较两个表列。可能会发生此错误,因为第一列是可替换的,第二列不是,或者第一列是OF TYPE,第二列是可替换的。,
.操作:使用SQL ALTER语句无法消除该差异。,
.
请先 登录 后评论