TimesTen Error Messages

TT-01812

Operation would exceed maximum size allowed (number bytes) for a data_type value


Additional Information

You attempted an operation that would result in writing too much data to the LOB value. Maximum size for theCLOBand the NCLOB data types is 4 MB and maximum size for the BLOB data type is 16 MB.

Either start writing at a smaller LOB offset or write less data to the LOB value.