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!

unable to create record in database table

sandip chakorMar 15 2019 — edited Mar 15 2019

Hello,

I have created simple tabular one page in apex . but records is not inserted into database.

can you help me .

input : table

create table XXTMX_APEX.MAR15_HEADER

(RH_REQ_NO VARCHAR2(6 BYTE),

RH_PLM_CODE VARCHAR2(10 BYTE),

RH_SM_CODE VARCHAR2(10 BYTE),

RH_REQ_DATE DATE);

pastedImage_2.png

Regards,

sandip

Comments
Post Details
Added on Mar 15 2019
1 comment
42 views