Hi. I am using Oracle APEX 22.1.1.
I have an IG with a hidden PK column based on an identity column(generated always). When I try to save a new record, I get "cannot insert into a generated always identity column" error. I changed it to "DEFAULT" instead of "generated always", and it showed "can not insert null into column_name" error. It only worked with "DEFAULT on null". Is there a problem using the other two options "generated always" and "DEFAULT"?