Database Error Messages

ORA-14698

MAX_STRING_SIZE migration to STANDARD is not allowed due to column string in object string.string.

Cause

An attempt was made to use a bind variable larger than 4000 bytes for a SQL statement when the client initially connected to a container with STANDARD MAX_STRING_SIZE, and then within the same session switched to a container with EXTENDED MAX_STRING_SIZE.


Action

Initialize a new connection for the container with EXTENDED MAX_STRING_SIZE and retry.