I Just updated to version 7.1.5.1396
and now I am getting the following error message
declare
A number(3,2);
begin
A := 10;
end;
ORA-06502: PL/SQL: numeric or value error: number precision too large
ORA-06512: at line 4
This most confusing.
Any one have a Idea as to what is going on.