aiaiDBA

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

13718043309

010-86462881

ORA-31525: could not find column string in CDC change table string.string

ORA-31525: could not find column string in CDC change table string.string
Cause: A column was missing for an imported Change Data Capture change table.
Action: It is likely that this table existed before the import operation and import did not overwrite it. Determine whether the imported change table should supercede the original table. If so, drop the original table and retry the import. If not, the change table must have a different name in order to be imported.

请先 登录 后评论

1 个回答

小智
ORA-31525:找不到列串在CDC更改表的字符串。串,
.原因:导入的更改数据捕获更改表缺少列。,
.操作:很可能此表在导入操作之前已存在,并且导入未覆盖它。确定导入的更改表是否应替换原始表。如果是,请删除原始表,然后重试导入。如果没有,则更改表必须具有不同的名称,以便导入。,
.
请先 登录 后评论