ORA-14697: This connection does not support bind variables larger than 4000 bytes for SQL statements.

ORA-14697: This connection does not support bind variables larger than 4000 bytes for SQL statements.


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.

About