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!

Problem after upgrading to APEX 20.2 and using application with Spanish language

Oscar GordilloNov 18 2020

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.

Comments
Post Details
Added on Nov 18 2020
7 comments
2,944 views