We have a database with german_germany.al32utf8 and max_string_size=extended
and tables with varchar2(4000 char) columns.
So what must we do on doa, that we can save 4000 Chars in the database, doa always cut the data to 4000Bytes on saving.
If we have data already with 4000 Chars in the table, doa can load and show it, but on saving, the data always cut to 4000Bytes.
and tables with varchar2(4000 char) columns.
So what must we do on doa, that we can save 4000 Chars in the database, doa always cut the data to 4000Bytes on saving.
If we have data already with 4000 Chars in the table, doa can load and show it, but on saving, the data always cut to 4000Bytes.