Shatneriffic
MIS
Hello
I am inserting data into a table and have a ROW_ADD_TMS column that is set in the table to default at the sysdate. When I attempt to insert data, this field throws the following error: ORA-01840: input value not long enough for date format
When I try take the default value off of the column and try to insert sysdate from the query, I get the same result.
I've done this 100's of times with other insert statements, but never got this error. Any ideas why a DATE field will not accept a SYSDATE value?
Thanks!
I am inserting data into a table and have a ROW_ADD_TMS column that is set in the table to default at the sysdate. When I attempt to insert data, this field throws the following error: ORA-01840: input value not long enough for date format
When I try take the default value off of the column and try to insert sysdate from the query, I get the same result.
I've done this 100's of times with other insert statements, but never got this error. Any ideas why a DATE field will not accept a SYSDATE value?
Thanks!