Chapter 24. 26000 ~ 26999

26003: LOB object is too large.

CauseThe LOB type data is too large.
ActionCheck if the size of the LOB type object is larger than the maximum limit (4GB * DB block size).

26004: Offset is out of range.

CauseThe LOB offset is greater than the length of the LOB.
ActionSpecify a valid offset.

26005: Trim length is out of range.

CauseThe trim length is greater than the length of the LOB.
ActionSpecify a valid length.

26006: LOB is read-only.

CauseAn attempt was made to write to a LOB opened in read-only mode.
ActionOpen the LOB in read/write mode.

26007: Row containing LOB column is not locked.

CauseThe row that contains a LOB column to be used in a read/write mode is not locked.
ActionLock the row and reopen it.

26008: LOB was not found.

CauseThe specified LOB data does not exist.
ActionThe row may have been deleted. Verify that the LOB data exists and try again.

26009: Invalid LOB locator specified.

CauseThe DBA or ROWNO of the specified LOB locator is invalid.
ActionTry again with a valid LOB locator.

26010: Unable to write with a terminated transaction.

CauseCannot write to a LOB using a terminated transaction.
ActionOpen the LOB data after restarting the transaction.

26012: Invalid LOB locator length.

CauseThe length of the specified LOB locator is invalid.
ActionTry again with a valid LOB locator.

26013: Invalid LOB locator segment ID.

CauseThe segment ID of the specified LOB locator is invalid.
ActionTry again with a valid LOB locator.

26014: Invalid LOB ID of LOB locator.

CauseThe LOB ID of the specified LOB locator is invalid.
ActionTry again with a valid LOB locator.

26019: Uninitialized LOB locator was specified.

CauseThe LOB locator has not been initialized.
ActionInitialize then search for the LOB.

26020: Cannot read a LOB object in a remote server.

CauseCannot read a LOB object in a remote server.
ActionChange the query.