I have an application developed with APEX and it works fine on APEX 20.1. I upgraded to the latest APEX (20.2) and I started to get the following error:
is_internal_error: true
apex_error_code: APEX.REGION.UNHANDLED_ERROR
ora_sqlcode: -6502
ora_sqlerrm: ORA-06502: PL/SQL: error : la forma de la matriz asociativa no es consistente con los parámetros de la sesión numérico o de valor ORA-06512: en "APEX_200200.WWV_FLOW_THEME", línea 560
component.type: APEX_APPLICATION_PAGES
component.id: 1000000009999
component.name: &NOMBRE_APLICATIVO. - Conectar
error_backtrace:
ORA-06512: en "APEX_200200.WWV_FLOW_THEME", línea 560
ORA-06512: en "APEX_200200.WWV_FLOW_DISP_PAGE_PLUGS", línea 1173
the error only happens when I run the application using spanish language, If I change the application's language to English, the error does not happen. As I mentioned, this only happens on Apex 20.2, using the previous version of APEX (20.1) it works fine even in spanish.