Database Error Messages

Release
toggle
  • 23ai
Updated
Jun 24, 2024

OCI-17151

CLOB is too large to be stored in a Java string.

Cause

Clob content is larger than the max size of Java String.


Action

Use getCharacterStream or getAsciiStream to get the Clob content or getSubString to get its content in chunks.