Skip to Main Content

APEX

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!

Error inserting sysdate with time in tabular form region

KlabautermannJun 18 2013 — edited Jun 18 2013

I have a master-detail form.  In the detail tabular form region I have a column on a date field.  I want to save date and time in that field.

For the date field, I've set the Tabular Form Attributes Default Type to PL/SQL Expression or Function and the Default to SYSDATE

In the Column Attributes, I've set the Display As to "Display as Text (saves state)" and the Number/Date Format to DD-MON-YYYY HH24:MI:SS

Records queried from the table display as expected with the correct date & time format.  Add Row creates a new row with the date & time also displaying with the correct format.  Save however produces the following error: ORA-20001: Found invalid date value, please verify date format.

What am I doing wrong?

I'm using Oracle APEX 4.1

Thanks.

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 16 2013
Added on Jun 18 2013
1 comment
422 views