No. 26000 ~ 26999
26003: LOB object is too large.
Cause The LOB type data is too large.
Action Check if the size of the LOB type object is larger than the maximum limit (4GB * DB block size).
26004: Offset is out of range.
Cause The LOB offset is greater than the length of the LOB.
Action Specify a valid offset.
26005: Trim length is out of range.
Cause The trim length is greater than the length of the LOB.
Action Specify a valid length.
26006: LOB is read-only.
Cause An attempt was made to write to a LOB opened in read-only mode.
Action Open the LOB in read/write mode.
26007: Row containing LOB column is not locked.
Cause The row that contains a LOB column to be used in a read/write mode is not locked.
Action Lock the row and reopen it.
26008: LOB was not found.
Cause The specified LOB data does not exist.
Action The row may have been deleted. Verify that the LOB data exists and try again.
26009: Invalid LOB locator specified.
Cause The DBA or ROWNO of the specified LOB locator is invalid.
Action Try again with a valid LOB locator.
26010: Unable to write with a terminated transaction.
Cause Cannot write to a LOB using a terminated transaction.
Action Open the LOB data after restarting the transaction.
26012: Invalid LOB locator length.
Cause The length of the specified LOB locator is invalid.
Action Try again with a valid LOB locator.
26013: Invalid LOB locator segment ID.
Cause The segment ID of the specified LOB locator is invalid.
Action Try again with a valid LOB locator.
26014: Invalid LOB ID of LOB locator.
Cause The LOB ID of the specified LOB locator is invalid.
Action Try again with a valid LOB locator.
26019: Uninitialized LOB locator was specified.
Cause The LOB locator has not been initialized.
Action Initialize then search for the LOB.
26020: Cannot read a LOB object in a remote server.
Cause Cannot read a LOB object in a remote server.
Action Change the query.
26021: No data in the LOB index.
Cause DML failed because there is no data in the LOB index.
Action Recover the LOB index data.
Last updated