Skip to Main Content

Oracle Forms

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

ORA-01840 error (input value not long enough for date format)

504039Apr 13 2006 — edited Apr 16 2006
I keep getting this error when I try to save the changes. Does anybody know what could be the problem. I never came across this error and dont really understand. The date that gets set is the sys date ... 11 characters ... in the tables the field is also set to DATE.

Below is my save changes button:
---------------------------------------------------------------------------------------
INSERT INTO orderline VALUES
(:orders.orderlineid,
:orders.clientid,
:orders.datestart,
:project.projectid,
:location.locationid,
:cl.clid);
COMMIT;
---------------------------------------------------------------------------------------------------

Cause: The data to be converted to date format was incomplete; the date format picture was longer than the input data.

Action: Either add more input or shorten the date picture format, then retry the operation.

Help much appreciated

Message was edited by:
Baraka
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 14 2006
Added on Apr 13 2006
3 comments
1,288 views