Database Error Messages

OCI-17157

setString can only process strings of less than 32766 characters.

Cause

The program called setString method with a string longer than 32 766 characters.


Action

Reduce the string length if possible, or use a Clob instead.