aiaiDBA

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

13718043309

010-86462881

ORA-31467: no column found in the source table

ORA-31467: no column found in the source table
Cause: The OBJECT_ID flag was set to 'Y' on the call to CREATE_CHANGE_TABLE and change table belongs to the synchronous change set. The corresponding object column was not detected in the source table.
Action: Create the change table with the OBJECT_ID flag set to 'N' or investigate why the object column is not in the source table and add it to the source table.

请先 登录 后评论

1 个回答

小智
ORA-31467:在源表中找不到列,
.原因:对CREATE_CHANGE_TABLE的调用,OBJECT_ID标志设置为“Y”,并且更改表属于同步更改集。在源表中未检测到相应的对象列。,
.操作:创建将OBJECT_ID标志设置为“N”的更改表,或调查为何对象列不在源表中,并将其添加到源表中。,
.
请先 登录 后评论