Problem on charlength ora12899
Posted: Tue 15 Jan 2013 09:56
Database converted to Unicode; Oracle 11.
Table-definitions changed from 10 byte to 10 char.
When adding fields in fieldsedit --> size is 40 (independent of orasession.options.charlength or orasession.options.unicode).
This is followed by a problem on updates, when filling in a string > 10 chars:
in 10 byte-situation: length of string is automically truncated to 10 characters max.
In new situation is this not the case anymore...
--> ora error message 12899: Value too large for column (actuel 20, maximum 10).
How to deal with this?
Table-definitions changed from 10 byte to 10 char.
When adding fields in fieldsedit --> size is 40 (independent of orasession.options.charlength or orasession.options.unicode).
This is followed by a problem on updates, when filling in a string > 10 chars:
in 10 byte-situation: length of string is automically truncated to 10 characters max.
In new situation is this not the case anymore...
--> ora error message 12899: Value too large for column (actuel 20, maximum 10).
How to deal with this?