Skip to Main Content

Breadcrumb

Question and Answer

Connor McDonald

Thanks for the question, Antonio.

Asked: May 05, 2025 - 9:58 pm UTC

Last updated: May 07, 2025 - 1:32 am UTC

Version: 24.2.0

Viewed 100+ times

You Asked

El erro al crear un Interactive Grid en la versión Oracle APEX 24.2.0 en versiones anteriores funcionaba sin problemas

ORA-01400: cannot insert NULL into ("APEX_240200"."WWV_FLOW_IG_REPORTS"."ID")

and Connor said...

This was a known bug in APEX 23, but it is listed as fixed in later versions.

Can you please check that no triggers on table "wwv_flow_ig_reports" are currently disabled. If so, enable them.

Rating

  (1 rating)

Comments

Peter Ettinger, May 22, 2025 - 2:07 pm UTC

Same problem here.
And i already enabled the trigger
ALTER TRIGGER APEX_240200.WWV_FLOW_IG_REPORTS_T1 ENABLE;

More to Explore

PL/SQL demos

Check out more PL/SQL tutorials on our LiveSQL tool.

PL/SQL docs

PL/SQL reference manual from the Oracle documentation library