FRM-30379: Hint text can not exceed 255 chars.
Hello,
the database Cheracterset was changed to AL32UTF8 with
NLS_LENGTH_SEMANTICS=BYTE
Compiling forms module i get error
FRM-30379: Hint text can not exceed 255 chars.
The defineed hint has length aof 255 and includes special sign like ä and ü
I understand that this signe needs more than 1 Byte in database, so hint can exceed.
So i set NLS_LENGTH_SEMANTICS=CHAR on client side.
--> error occurs
Is there antoher chance than define shorter hint for compiling report?
On UNIX system i changed TK2motif.rgb without success.
Kind regards,
Axel