aiaiDBA

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

13718043309

010-86462881

ORA-31679: Table data object string has long columns, and longs can not be loaded/unloaded using a network link

ORA-31679: Table data object string has long columns, and longs can not be loaded/unloaded using a network link
Cause: Table data objects that contain long columns can not be selected over a network link.
Action: Export this table to a file and then import the same table from the file.

请先 登录 后评论

1 个回答

小智
ORA-31679:表数据对象字符串具有长列,且无法使用网络链接加载/卸载长整型,
.原因:不能通过网络链接选择包含长列的表数据对象。,
.操作:将此表导出到文件,然后从该文件导入相同的表。,
.
请先 登录 后评论