Hi Matt,
I've got a grid (read only) which has previously been working OK but after a data change is now giving this internal error
Error Error in PLSQL code raised during plug-in processing.
ORA-01031: insufficient privileges
Technical Info (only visible for developers)
is_internal_error: true
apex_error_code: WWV_FLOW_PLUGIN.RUN_PLSQL_ERR
ora_sqlcode: -1031
ora_sqlerrm: ORA-01031: insufficient privileges
component.type: APEX_APPLICATION_PAGE_REGIONS
component.id: 28277012654297936
component.name: Annual Solution Bridge
error_backtrace:
ORA-06512: at "FOEX_010101.FX_P_GRID", line 5010
ORA-06512: at line 4
ORA-06512: at "SYS.DBMS_SYS_SQL", line 1926
ORA-06512: at "SYS.WWV_DBMS_SQL", line 973
ORA-06512: at "SYS.WWV_DBMS_SQL", line 999
ORA-06512: at "APEX_040200.WWV_FLOW_DYNAMIC_EXEC", line 830
ORA-06512: at "APEX_040200.WWV_FLOW_PLUGIN", line 1058
I can find no reason for this, the page is working fine in another WS on same DB, and worked OK before the data change. The backtrace shows FOEX_010101.FX_P_GRID", line 5010. Any ideas what this is doing, and why I'm getting this error?
Thanks
Alan