aiaiDBA

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

13718043309

010-86462881

OCI-22600: encountered 8.0.2 (Beta) VARRAY data that cannot be processed

OCI-22600: encountered 8.0.2 (Beta) VARRAY data that cannot be processed
Cause: Production Oracle8 (8.0.3 and beyond) encounters some VARRAY data which was created and stored by Oracle8 8.0.2 (Beta 2). Production Oracle8 cannot understand or process such VARRAY data.
Action: Delete the VARRAY data from the table by dropping the table, deleting the rows, or nulling out the VARRAY columns, and then re-insert the VARRAY data. There is no provided script or tool to help automate this conversion.

请先 登录 后评论

1 个回答

小智
OCI-22600:遇到无法处理的8.0.2(Beta)VARRAY数据,
.原因:生产Oracle8(8.0.3及更高版本)遇到由Oracle8 8.0.2(Beta 2)创建和存储的一些VARRAY数据。生产Oracle8无法理解或处理这样的VARRAY数据。,
.操作:删除表中的VARRAY数据,删除行或清空VARRAY列,然后重新插入VARRAY数据。没有提供脚本或工具来帮助自动执行此转换。,
.
请先 登录 后评论