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 :cannot insert null value into table.<column_name>

659726Dec 12 2009 — edited Dec 12 2009
Hi all,

I face the problem as follow:

i got several column in table "transaction"
the table consists of columns

transaction_id (PK)
username (FK)
equipment (FK)

The form consists of these 3 columns,
i would like to have username automatically shown as a displayed text by mapping to app_user.

However, the value is treated as a null value when i tried to insert into table transaction.

the error is as follow:

ORA-01400: cannot insert NULL into ("ITEMS"."TRANSACTION"."USERNAME")
Unable to process row of table TRANSACTION.

i post in this thread
1001731
but i am not able to solve the problem also, please advice.
it is quite urgent for me.

Thanks for the advance.
This post has been answered by ATD on Dec 12 2009
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jan 9 2010
Added on Dec 12 2009
23 comments
2,077 views