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!

ORA-01403 when updating a form

Christian PitetSep 25 2023

Hi,

Under APEX 22.2.1 I get an error for the process ROW when updating a form. Item P3_PK is the primary key. When I check the table with this primary key, the record exists. Here is the error message : (it is mentioning “APEX_220200.WWV_FLOW_INTERACTIVE_GRID” but i don't use an iteractive grid.

  • is_internal_error: false
  • ora_sqlcode: 100
  • ora_sqlerrm: ORA-01403: aucune donnée trouvée ORA-06512: à "APEX_220200.WWV_FLOW_INTERACTIVE_GRID", ligne 9040 ORA-06512: à "APEX_220200.WWV_FLOW_PROCESS_NATIVE", ligne 1254 ORA-06512: à "APEX_220200.WWV_FLOW_PLUGIN", ligne 3163
  • component.type: APEX_APPLICATION_PAGE_PROCESS
  • component.id: 62294780864121670
  • component.name: Process ROW
  • association_type: REGION
  • region_id: 89137770361930760
  • error_backtrace:
    ORA-06512: à "APEX_220200.WWV_FLOW_INTERACTIVE_GRID", ligne 9040 ORA-06512: à "APEX_220200.WWV_FLOW_PROCESS_NATIVE", ligne 1254 ORA-06512: à "APEX_220200.WWV_FLOW_PLUGIN", ligne 3163 ORA-06512: à "APEX_220200.WWV_FLOW_PROCESS", ligne 170

Best regards.

This post has been answered by jariola on Sep 25 2023
Jump to Answer
Comments
Post Details
Added on Sep 25 2023
2 comments
39 views