Niki Iordanov
Member
Hi,
We have a AL32UTF8 database with NLS_LENGTH_SEMANTICS=char and a varchar2(4000 char) field. Every time I do an insert into the field using an otString bind variable if the value is larger than 1000 chars it gets truncated and I get the following error: "ORA-01480: trailing null missing from STR bind value". Looks like DOA is trincating the trailing null thus leading to the above error.
Is there a fix/workaround for this. It seems to be inserting fine if I use the otPLSQLString type.
Thanks,
Niki
We have a AL32UTF8 database with NLS_LENGTH_SEMANTICS=char and a varchar2(4000 char) field. Every time I do an insert into the field using an otString bind variable if the value is larger than 1000 chars it gets truncated and I get the following error: "ORA-01480: trailing null missing from STR bind value". Looks like DOA is trincating the trailing null thus leading to the above error.
Is there a fix/workaround for this. It seems to be inserting fine if I use the otPLSQLString type.
Thanks,
Niki