Skip to Main Content

Oracle Database Express Edition (XE)

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 with NLS settings

Isaac NaranjoJun 6 2019 — edited Jun 13 2019

Hello,

I have a problem in my database, Oracle XE 18

Every day, I have detected that it runs:

Reset NLS settings

alter session set NLS_COMP='BINARY' NLS_SORT='BINARY' NLS_CALENDAR='GREGORIAN' NLS_TERRITORY='AMERICA' NLS_LANGUAGE='AMERICAN'

I have been researching and I have obtained this information for id:

select * from apex_debug_messages where page_view_id = 3821666 order by message_timestamp asc;

This cause an error in my installation of apex:

Error processing request.

Contact your application administrator. Details about this incident are available via debug id "3821666".

pastedImage_14.png

Please, does anyone know how to solve this problem?

Can someone help me?

Thanks!!!!

Comments
Post Details
Added on Jun 6 2019
3 comments
1,003 views