Hi, In perl 5.8.3, DBD::Oracle 1.14, DBI 1.47 I get expected values when I look at $sth->{PRECISION} to retrieve the lengths of varchar2 columns for a given table.
I'm now testing perl 5.8.7, DBD::Oracle 1.16, and DBI 1.48 and with the same table the values in $sth->{PRECISION} for varchar2's are all quadruple what they are above. Can anyone shed any light on what might cause this? It seems to affect all tables.