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!

APEX 22.2; ORDS 23.3, TOMCAT 9 , 18cXE|| Strange/inconsistent behaviour

SammeerDec 8 2022 — edited Dec 8 2022

Hi,
ENV: APEX 22.2; ORDS 23.3, TOMCAT 9 , 18cXE
We have three (3) schemas in 18cXE having identical data structures and objects but different data. Each of these hosts same version of APEX app.
We are facing a strange and hugely annoying issue in one of the versions of the app in one particular schema. The following is the log of tomcat and this occurs for one particular schema:
Any pointers to resolve same will be a great hep!!!
Caused by: Error : 600, Position : 0, Sql = begin
wwv_flow.resolve_friendly_url(p_path => :1 );
end;, OriginalSql = begin
wwv_flow.resolve_friendly_url(p_path => ?);
end;, Error Msg = ORA-00600: internal error code, arguments: [rworupo.1], [11], [7], [], [], [], [], [], [], [], [], []
ORA-06512: at "SYS.DBMS_SYS_SQL", line 2120
ORA-06512: at "SYS.WWV_DBMS_SQL_APEX_220200", line 837
ORA-06512: at "APEX_220200.WWV_FLOW_DYNAMIC_EXEC", line 1332
ORA-06512: at "APEX_220200.WWV_FLOW_EXEC_LOCAL", line 850
ORA-06512: at "APEX_220200.WWV_FLOW_EXEC_LOCAL", line 899
ORA-06512: at "APEX_220200.WWV_FLOW_EXEC_LOCAL", line 1577
ORA-06512: at "APEX_220200.WWV_FLOW_EXEC", line 912
ORA-06512: at "APEX_220200.WWV_FLOW_EXEC", line 1053
ORA-06512: at "APEX_220200.WWV_FLOW_INTERACTIVE_GRID", line 4282
ORA-06512: at "APEX_220200.WWV_FLOW_INTERACTIVE_GRID", line 5015
ORA-06512: at "APEX_220200.WWV_FLOW_INTERACTIVE_GRID", line 6949
ORA-06512: at "APEX_220200.WWV_FLOW_INTERACTIVE_GRID", line 7388
ORA-06512: at "APEX_220200.WWV_FLOW_REGION_NATIVE", line 2334
ORA-06512: at "APEX_220200.WWV_FLOW_PLUGIN", line 2766
ORA-06512: at "APEX_220200.WWV_FLOW_DISP_PAGE_PLUGS", line 1023
ORA-06512: at "APEX_220200.WWV_FLOW_DISP_PAGE_PLUGS", line 1584
ORA-06512: at "APEX_220200.WWV_FLOW_DISP_PAGE_PLUGS", line 825
ORA-06512: at "APEX_220200.WWV_FLOW_DISP_PAGE_PLUGS", line 1572
ORA-06512: at "APEX_220200.WWV_FLOW_DISP_PAGE_PLUGS", line 825
ORA-06512: at "APEX_220200.WWV_FLOW_DISP_PAGE_PLUGS", line 1572
ORA-06512: at "APEX_220200.WWV_FLOW_DISP_PAGE_PLUGS", line 825
ORA-06512: at "APEX_220200.WWV_FLOW_DISP_PAGE_PLUGS", line 1572
ORA-06512: at "APEX_220200.WWV_FLOW_DISP_PAGE_PLUGS", line 825
ORA-06512: at "APEX_220200.WWV_FLOW_DISP_PAGE_PLUGS", line 1572
ORA-06512: at "APEX_220200.WWV_FLOW_PAGE", line 1880
ORA-06512: at "APEX_220200.WWV_FLOW_PAGE", line 1975
ORA-06512: at "APEX_220200.WWV_FLOW_PAGE", line 2960
ORA-06512: at "APEX_220200.WWV_FLOW_PAGE", line 3209
ORA-06512: at "APEX_220200.WWV_FLOW", line 3308
ORA-06512: at "APEX_220200.WWV_FLOW", line 5393
ORA-06512: at line 2

at oracle.jdbc.driver.T4CTTIoer11.processError(T4CTTIoer11.java:636)  
... 114 more
Comments
Post Details
Added on Dec 8 2022
1 comment
725 views