标题: ORA-22600: encountered 8.0.2 (Beta) VARRAY [打印本页] 作者: admin 时间: 2016-8-31 17:20 标题: ORA-22600: encountered 8.0.2 (Beta) VARRAY ORA-22600:encountered 8.0.2 (Beta) VARRAY data that cannot be processed Cause: Production Oracle8 (8.0.3 and beyond) encounters someVARRAY data
which was created and stored by Oracle8 8.0.2 (Beta 2). Production Oracle8cannot
understand or process such VARRAY data. Action: Deletethe 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.