LENGTH function issue with TOAD (tried 3.6, 3.7 and 3.8 versions) with new CIS driver 7.0, the function fails with example query:
select A.ORDER_NO_OCR, LENGTH(A.ORDER_NO_OCR) length
from BILLER.CSG_FREEDOM.OCR_120 A
fetch 1000 rows only;
WITH 7 DRIVER THE STRING FUNC returns abnormal values; 205, 307, etc and not 16 which is the length
With 6.0 drivers it works fine