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!

Error in Data table mapping after seed/publish application from EN to LT (APEX 5.0.3)

47677452-ff84-4572-a28c-0c2846a7983eJun 29 2016 — edited Jun 29 2016

Hi there,

I have created a simple application with a Data loading page. It works fine when I try to load data from file using ENGLISH version of the application (application language set to ENGLISH (en)).

When I switch application language to Lithuanian (lt) Data loading stops working. Application throws an error when I copy paste my data into a copy/paste text area on "Data Load Source" page and press the NEXT button to navigate to "Data / Table Mapping" page.

is_internal_error: true

apex_error_code: APEX.REGION.UNHANDLED_ERROR

original message: Error during rendering of region "Data / Table Mapping".

original_additional_info: ORA-06502: PL/SQL: numeric or value error: character to number conversion error

ora_sqlcode: -6502

ora_sqlerrm: ORA-06502: PL/SQL: numeric or value error: character to number conversion error

component.type: APEX_APPLICATION_PAGES

component.id: 101000000066

component.name: Data / Table Mapping

error_backtrace:ORA-06512: at "APEX_050000.WWV_FLOW_DISP_PAGE_PLUGS", line 988

It does not matter what kind of data or how many rows I paste into copy/paste field. It could be varchar, number or any other type, it could be 1, 5 or 20 rows - the error occurs every time I press NEXT button on "Data Load Source" page.

If I switch the application language back to ENGLISH Data loading works fine again.

This issue occurs in APEX 5.0.3. Do not want to believe it is an APEX5 bug or maybe it is?

Have found few archived topics describing the same issue:

https://community.oracle.com/thread/3790198?start=0&tstart=0

https://community.oracle.com/thread/3794342?start=0&tstart=0

Unfortunately nobody has answered or throw any clue how to solve the problem.

Maybe someone had the same issue and had came with some kind of the solution? Any help or advice would be appreciate?

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 27 2016
Added on Jun 29 2016
1 comment
534 views