Teradata Database Message 3174 - 3174 - Analytics Database - Teradata Vantage

Teradata® VantageCloud Lake - Analytics Database Messages

Edition
Lake
Product
Analytics Database
Teradata Vantage
Published
October 2022
Language
English (United States)
Last Update
2024-02-26
dita:mapPath
tzr1629746512312.ditamap
dita:ditavalPath
ft:empty
dita:id
vza1585613049811
lifecycle
latest
Product Category
Teradata® Vantage™
Message
LOB offset/character positioning has a bad value.
Explanation
If the LOB is a BLOB, the offset specified in the offset positioning parcel exceeds the size of the BLOB. If the LOB is a CLOB, the character position specified in the parcel exceeds the total number of characters for the CLOB. Since position 0 will point to the very first byte/character, the valid value to point to the last byte/character in the LOB will be total byte length - 1 for BLOB and total character count - 1 for CLOB.
Generated By
Dispatcher.
For Whom
Applications.
Notes
None
Remedy
Provide a valid offset/character position in the offset/character cursor positioning parcel and resubmit.