Hi,
We are facing problems with the JDBC driver, when issuing (real) unicode SQL with more then 32kb text:
Caused by: com.teradata.jdbc.jdbc_4.util.JDBCException: [Teradata Database] [TeraJDBC 14.00.00.21] [Error 3702] [SQLState HY001] Insufficient memory to parse this request.
There is no problem for longer text without unicode characters.
We are connecting to the DB with CHARSET=UTF8 url parameter.
Is there a limitation, or this is just a bug?
If it is a bug, is there any workaround?
↧