Enabling archiving on annotation classes in Oracle stored as SDEBINARY and the element attribute as a LONG RAW type encounters a network i/o error.
Last Published: August 25, 2014No Product Found
Bug ID Number
NIM012713
Submitted
October 31, 2007
Last Modified
June 5, 2024
Applies to
No Product Found
Version found
9.3
Version Fixed
9.3
Status
Fixed
The bug has been fixed. See the Version Fixed and Additional Information, if applicable, for more information.
Description
Enabling geodatabase archiving that contains a large number of attribute fields on an annotation class in Oracle and where the annotation element attribute is stored as an Oracle LONG RAW type, can result in a Network I/O error.
Cause
The combination of the number of attributes and the element attribute being stored as an Oracle LONG RAW attribute can lead to a Network I/O error.
Workaround
Ensure the annotation class element attribute is stored as an Oracle BLOB attribute.
The annotation class can either be reloaded and the ArcSDE DBTUNE parameter attribute_binary can be set to 'BLOB' or by following the instructions in the ESRI White Paper, "Converting from LONG RAW to BLOB in an ArcSDE for Oracle Geodatabase".
Once the element attribute is no longer stored using Oracle's LONG RAW attribute, enabling archiving is successful.