I am getting the following error on one particular page in Oracle Apex. Have searched to try and find what it may be but cannot find any similar entiries I am not performing ddl inside a query, or dml inside a query so I have, wouldn't make any sense so I don't know what the error could be .
Full Message On APEX page after submit
Error occurred while painting error page: ORA-14552: cannot perform a DDL, commit or rollback inside a query or DML ORA-14551: cannot perform a DML operation inside a query ORA-06510: PL/SQL: unhandled user-defined exception
Debug Stack :
Elapsed | Execution | Message | Level | Graph |
|---|
| 0.05346 | 0.00007 | ...Unhandled Error while painting error page: ORA-14552: cannot perform a DDL, commit or rollback inside a query or DML ORA-14551: cannot perform a DML operation inside a query ORA-06510: PL/SQL: unhandled user-defined exception | 2 | 
|
| 0.05352 | 0.00071 | ...Error Backtrace: ORA-06512: at "APEX_040200.WWV_FLOW_ERROR", line 105 | 2 | 
|
| 0.05424 | - | Logging exception in final_exception_handler: Sqlerrm: ORA-20987: APEX - Error processing authorization. - ORA-14551: cannot perform a DML operation inside a query ORA-06510: PL/SQL: unhandled user-defined exception ORA-06510: PL/SQL: unhandled user-defined exception Backtrace: ORA-06512: at "APEX_040200.WWV_FLOW_ERROR", line 861 ORA-06512: at "APEX_040200.WWV_FLOW_ERROR", line 896 ORA-06512: at "APEX_040200.WWV_FLOW_CONDITIONS", line 759 ORA-06512: at "APEX_040200.WWV_FLOW_CONDITIONS", line 782 ORA-06512: at "APEX_040200.WWV_FLOW_PAGE", line 452 ORA-06512: at "APEX_040200.WWV_FLOW_PAGE", line 1920 ORA-06512: at "APEX_040200.WWV_FLOW", line 5418 | 2 | - |
Any help will be greatly appreciated. Thanks!