Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Error :: Value larger than specified precision allows for this column.
The following query is returning me errors. I dont know why. I just
modified the column
status_id from number(3) to number(5) and it is the primary key on this
table. There are no
triggers on this table. Has Anyone faced this kind of problem before.
insert into status_codes (status_id, description, help_id) values (9999, 'test', 1);
STATUS_ID NOT NULL NUMBER(5) DESCRIPTION NOT NULL VARCHAR2(100) HELP_ID NOTNULL NUMBER(5) ORA-00604: error occurred at recursive SQL level 1 ORA-01438: value larger than specified precision allows for this column.
Any suggestions will be greatly appreciated.
Shashi Received on Sat Feb 10 2001 - 22:20:17 CST
![]() |
![]() |