Database Error Messages

Release
toggle
  • 23ai
  • 21c
  • 21c
  • 19c
  • 19c
Updated
Jun 24, 2024

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.