A client is planning to move to Oracle 19 - first testing deliver errors on strings -
Type mismatch for field 'HEITI', expecting: String actual: WideString
As far as I can tell, this occurs when components have fields added, removing the field in question and adding back solves the problem.
This may be related to change of character set...
This particular field is defined as varchar2(50), in the older version a field of type string of size 50 was created, if I delete the field, I get a new one of type widestring and size 2000
I have tried option, forcewidestringfields, but no difference.
Any way I can solve this without manually delete and get all fields?