Hi
When running a dml script the worksheet in sqldeveloper does not tell me the number of the erroneues line
create table mytab(
val number(8,0),
val1 number(10,0));
insert into mytab(
val,
val1)
values (
1111111111,
1111111111);
Error report -
ORA-01438: value larger than specified precision allowed for this column
NO linenumber !!!!!!!!!!!!!
SQLplus does tell me the linenumber
FEJL i linie 5:
ORA-01438: value larger than specified precision allowed for this column
This error or rather missing function, seems to be reinstated with version 19.1
regards Karsten