aiaiDBA

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

13718043309

010-86462881

ORA-31513: unsupported column type specified in change table

ORA-31513: unsupported column type specified in change table
Cause: A source column of an unsupported type was specified for inclusion in a change table. Columns types of LOB or LONG are not currently supported for change capture.
Action: Change the column list so that it does not include columns of LOB or LONG types.

请先 登录 后评论

1 个回答

小智
ORA-31513:更改表中指定的不受支持的列类型,
.原因:指定了包含在更改表中的不支持类型的源列。当前不支持LOB或LONG的列类型用于更改捕获。,
.操作:更改列列表,使其不包括LOB或LONG类型的列。,
.
请先 登录 后评论