APEX - ORA-01400: cannot insert NULL into
164339Jul 28 2006 — edited Jul 28 2006I am running APEX 2.2
If I create a simple application using the wizard selecting 'Report and Form' and choose one of the sample tables (say demo_customer) everything works great. I can create a row, modify it or delete it.
However if I choose a table that I created then when I try and create a new entry I get the error 'ORA-01400: cannot insert NULL into ... ' with the primary key listed. The table is simple just three columns with type number and one primary key.
What could I being doing wrong? Let me know if you need more information since I am new to this. Thanks.