Search notes:
ORA-01426: numeric overflow
Note the
E
in the following number which causes the
ORA-01426: numeric overflow
error message:
select 42E1000 from dual;
See also
Other Oracle error messages
such as
ORA-01722: invalid number
Index